#6CAC01

Color #6CAC01 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6CAC01

Tints of Christi #6CAC01

Color information

#6CAC01 (or 0x6CAC01) is unknown color: approx Christi. HEX triplet: 6C, AC and 01. RGB value is (108,172,1). Sum of RGB (Red+Green+Blue) = 108+172+1=281 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.43% from 281); Green value is 172 (67.58% from 255 or 61.21% from 281); Blue value is 1 (0.78% from 255 or 0.36% from 281); Max value from RGB is 172 - color contains mainly: green. Hex color #6CAC01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6CAC01 is #9353FE. Grayscale: #858585. Windows color (decimal): -9655295 or 109676. OLE color: 109676.

HSL color Cylindrical-coordinate representation of color #6CAC01: hue angle of 82.46º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6CAC01 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB1081721-
CMYK0.3700.990.33
HSL82.46º98.84%33.92%-
HSV(B)82.46º99.42%67.45%-
XYZ20.9432.75.24-
YUV133.3753.3109.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 38.43%
GREEN value IS 172 (67.58% from 255) = 61.21%
BLUE value IS 1 (0.78% from 255) = 0.36%
R=38.43%
G=61.21%
B=0.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10817210.3700.990.3382.4698.8433.92
Hex6CAC12506321526322
Octal15425414501434112214342
Binary11011001010110011001010110001110000110100101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CAC01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CAC01; }

 p { color: rgb(108,172,1); }

 H1.HeaderClassName
 {
   color: #6CAC01;
 }
 .AnyTagClassName
 {
   color: #6CAC01;
 }
</style>
background-color css

<style>
 a { background-color: #6CAC01; }

 a { background-color: rgb(108,172,1); }

 div.DivClassName
 {
   background-color: #6CAC01;
 }
 .BgClassName
 {
   background-color: #6CAC01;
 }
</style>
border-color css

<style>
 span { border-color: #6CAC01; }

 span { border-color: rgb(108,172,1); }

 td.TdClassName
 {
   border-color: #6CAC01;
 }
 .TagClassName
 {
   border-color: #6CAC01;
 }
</style>