#66A51B

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

Shades of Christi #66A51B

Tints of Christi #66A51B

Color information

#66A51B (or 0x66A51B) is unknown color: approx Christi. HEX triplet: 66, A5 and 1B. RGB value is (102,165,27). Sum of RGB (Red+Green+Blue) = 102+165+27=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 165 (64.84% from 255 or 56.12% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 165 - color contains mainly: green. Hex color #66A51B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A51B is #995AE4. Grayscale: #828282. Windows color (decimal): -10050277 or 1811814. OLE color: 1811814.

HSL color Cylindrical-coordinate representation of color #66A51B: hue angle of 87.39º degrees, saturation: 0.72, 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 #66A51B is Cyan = 0.38, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB10216527-
CMYK0.3800.840.35
HSL87.39º71.88%37.65%-
HSV(B)87.39º83.64%64.71%-
XYZ19.1329.815.78-
YUV130.4369.63107.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.69%
GREEN value IS 165 (64.84% from 255) = 56.12%
BLUE value IS 27 (10.94% from 255) = 9.18%
R=34.69%
G=56.12%
B=9.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102165270.3800.840.3587.3971.8837.65
Hex66A51B2605423574826
Octal146245334601244312711046
Binary110011010100101110111001100101010010001110101111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A51B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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