#66A51E

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

Shades of Christi #66A51E

Tints of Christi #66A51E

Color information

#66A51E (or 0x66A51E) is unknown color: approx Christi. HEX triplet: 66, A5 and 1E. RGB value is (102,165,30). Sum of RGB (Red+Green+Blue) = 102+165+30=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 165 (64.84% from 255 or 55.56% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 165 - color contains mainly: green. Hex color #66A51E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A51E is #995AE1. Grayscale: #838383. Windows color (decimal): -10050274 or 2008422. OLE color: 2008422.

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

Color convert

RGB10216530-
CMYK0.3800.820.35
HSL88º69.23%38.24%-
HSV(B)88º81.82%64.71%-
XYZ19.1729.835.98-
YUV130.7771.13107.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.34%
GREEN value IS 165 (64.84% from 255) = 55.56%
BLUE value IS 30 (12.11% from 255) = 10.10%
R=34.34%
G=55.56%
B=10.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102165300.3800.820.358869.2338.24
Hex66A51E2605223584526
Octal146245364601224313010546
Binary110011010100101111101001100101001010001110110001000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A51E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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