#66A518

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

Shades of Christi #66A518

Tints of Christi #66A518

Color information

#66A518 (or 0x66A518) is unknown color: approx Christi. HEX triplet: 66, A5 and 18. RGB value is (102,165,24). Sum of RGB (Red+Green+Blue) = 102+165+24=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 165 (64.84% from 255 or 56.70% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 165 - color contains mainly: green. Hex color #66A518 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66A518 is #995AE7. Grayscale: #828282. Windows color (decimal): -10050280 or 1615206. OLE color: 1615206.

HSL color Cylindrical-coordinate representation of color #66A518: hue angle of 86.81º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66A518 is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB10216524-
CMYK0.3800.850.35
HSL86.81º74.6%37.06%-
HSV(B)86.81º85.45%64.71%-
XYZ19.129.85.61-
YUV130.0968.13107.96-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.05%
GREEN value IS 165 (64.84% from 255) = 56.70%
BLUE value IS 24 (9.77% from 255) = 8.25%
R=35.05%
G=56.70%
B=8.25%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102165240.3800.850.3586.8174.637.06
Hex66A5182605523574b25
Octal146245304601254312711345
Binary110011010100101110001001100101010110001110101111001011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66A518; }

 p { color: rgb(102,165,24); }

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

<style>
 a { background-color: #66A518; }

 a { background-color: rgb(102,165,24); }

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

<style>
 span { border-color: #66A518; }

 span { border-color: rgb(102,165,24); }

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