#66A828

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

Shades of Christi #66A828

Tints of Christi #66A828

Color information

#66A828 (or 0x66A828) is unknown color: approx Christi. HEX triplet: 66, A8 and 28. RGB value is (102,168,40). Sum of RGB (Red+Green+Blue) = 102+168+40=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 168 (66.02% from 255 or 54.19% from 310); Blue value is 40 (16.02% from 255 or 12.90% from 310); Max value from RGB is 168 - color contains mainly: green. Hex color #66A828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A828 is #9957D7. Grayscale: #868686. Windows color (decimal): -10049496 or 2664550. OLE color: 2664550.

HSL color Cylindrical-coordinate representation of color #66A828: hue angle of 90.94º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66A828 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB10216840-
CMYK0.3900.760.34
HSL90.94º61.54%40.78%-
HSV(B)90.94º76.19%65.88%-
XYZ19.8730.986.94-
YUV133.6775.13105.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.90%
GREEN value IS 168 (66.02% from 255) = 54.19%
BLUE value IS 40 (16.02% from 255) = 12.90%
R=32.90%
G=54.19%
B=12.90%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal102168400.3900.760.3490.9461.5440.78
Hex66A8282704C225b3e29
Octal14625050470114421337651
Binary110011010101000101000100111010011001000101011011111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,168,40); }

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

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

 a { background-color: rgb(102,168,40); }

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

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

 span { border-color: rgb(102,168,40); }

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