#66A319

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

Shades of Christi #66A319

Tints of Christi #66A319

Color information

#66A319 (or 0x66A319) is unknown color: approx Christi. HEX triplet: 66, A3 and 19. RGB value is (102,163,25). Sum of RGB (Red+Green+Blue) = 102+163+25=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 163 (64.06% from 255 or 56.21% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 163 - color contains mainly: green. Hex color #66A319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66A319 is #995CE6. Grayscale: #818181. Windows color (decimal): -10050791 or 1680230. OLE color: 1680230.

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

Color convert

RGB10216325-
CMYK0.3700.850.36
HSL86.52º73.4%36.86%-
HSV(B)86.52º84.66%63.92%-
XYZ18.7529.095.55-
YUV129.0369.29108.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.17%
GREEN value IS 163 (64.06% from 255) = 56.21%
BLUE value IS 25 (10.16% from 255) = 8.62%
R=35.17%
G=56.21%
B=8.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal102163250.3700.850.3686.5273.436.86
Hex66A3192505524574925
Octal146243314501254412711145
Binary110011010100011110011001010101010110010010101111001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,163,25); }

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

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

 a { background-color: rgb(102,163,25); }

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

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

 span { border-color: rgb(102,163,25); }

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