#66A21E

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

Shades of Christi #66A21E

Tints of Christi #66A21E

Color information

#66A21E (or 0x66A21E) is unknown color: approx Christi. HEX triplet: 66, A2 and 1E. RGB value is (102,162,30). Sum of RGB (Red+Green+Blue) = 102+162+30=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 162 (63.67% from 255 or 55.10% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 162 - color contains mainly: green. Hex color #66A21E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A21E is #995DE1. Grayscale: #818181. Windows color (decimal): -10051042 or 2007654. OLE color: 2007654.

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

Color convert

RGB10216230-
CMYK0.3700.810.36
HSL87.27º68.75%37.65%-
HSV(B)87.27º81.48%63.53%-
XYZ18.6328.765.8-
YUV129.0172.12108.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.69%
GREEN value IS 162 (63.67% from 255) = 55.10%
BLUE value IS 30 (12.11% from 255) = 10.20%
R=34.69%
G=55.10%
B=10.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102162300.3700.810.3687.2768.7537.65
Hex66A21E2505124574526
Octal146242364501214412710546
Binary110011010100010111101001010101000110010010101111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A21E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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