#66A61A

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

Shades of Christi #66A61A

Tints of Christi #66A61A

Color information

#66A61A (or 0x66A61A) is unknown color: approx Christi. HEX triplet: 66, A6 and 1A. RGB value is (102,166,26). Sum of RGB (Red+Green+Blue) = 102+166+26=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 166 (65.23% from 255 or 56.46% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 166 - color contains mainly: green. Hex color #66A61A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A61A is #9959E5. Grayscale: #838383. Windows color (decimal): -10050022 or 1746534. OLE color: 1746534.

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

Color convert

RGB10216626-
CMYK0.3900.840.35
HSL87.43º72.92%37.65%-
HSV(B)87.43º84.34%65.1%-
XYZ19.330.175.78-
YUV130.968.8107.38-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.69%
GREEN value IS 166 (65.23% from 255) = 56.46%
BLUE value IS 26 (10.55% from 255) = 8.84%
R=34.69%
G=56.46%
B=8.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102166260.3900.840.3587.4372.9237.65
Hex66A61A2705423574926
Octal146246324701244312711146
Binary110011010100110110101001110101010010001110101111001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,166,26); }

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

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

 a { background-color: rgb(102,166,26); }

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

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

 span { border-color: rgb(102,166,26); }

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