#66A219

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

Shades of Christi #66A219

Tints of Christi #66A219

Color information

#66A219 (or 0x66A219) is unknown color: approx Christi. HEX triplet: 66, A2 and 19. RGB value is (102,162,25). Sum of RGB (Red+Green+Blue) = 102+162+25=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 162 (63.67% from 255 or 56.06% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 162 - color contains mainly: green. Hex color #66A219 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66A219 is #995DE6. Grayscale: #808080. Windows color (decimal): -10051047 or 1679974. OLE color: 1679974.

HSL color Cylindrical-coordinate representation of color #66A219: hue angle of 86.28º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66A219 is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB10216225-
CMYK0.3700.850.36
HSL86.28º73.26%36.67%-
HSV(B)86.28º84.57%63.53%-
XYZ18.5828.745.49-
YUV128.4469.62109.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.29%
GREEN value IS 162 (63.67% from 255) = 56.06%
BLUE value IS 25 (10.16% from 255) = 8.65%
R=35.29%
G=56.06%
B=8.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102162250.3700.850.3686.2873.2636.67
Hex66A2192505524564925
Octal146242314501254412611145
Binary110011010100010110011001010101010110010010101101001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,162,25); }

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

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

 a { background-color: rgb(102,162,25); }

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

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

 span { border-color: rgb(102,162,25); }

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