#66AA13

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

Shades of Christi #66AA13

Tints of Christi #66AA13

Color information

#66AA13 (or 0x66AA13) is unknown color: approx Christi. HEX triplet: 66, AA and 13. RGB value is (102,170,19). Sum of RGB (Red+Green+Blue) = 102+170+19=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 170 (66.80% from 255 or 58.42% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 170 - color contains mainly: green. Hex color #66AA13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66AA13 is #9955EC. Grayscale: #848484. Windows color (decimal): -10049005 or 1288806. OLE color: 1288806.

HSL color Cylindrical-coordinate representation of color #66AA13: hue angle of 87.02º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66AA13 is Cyan = 0.4, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB10217019-
CMYK0.400.890.33
HSL87.02º79.89%37.06%-
HSV(B)87.02º88.82%66.67%-
XYZ19.9731.625.67-
YUV132.4563.97106.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.05%
GREEN value IS 170 (66.80% from 255) = 58.42%
BLUE value IS 19 (7.81% from 255) = 6.53%
R=35.05%
G=58.42%
B=6.53%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal102170190.400.890.3387.0279.8937.06
Hex66AA132805921575025
Octal146252235001314112712045
Binary110011010101010100111010000101100110000110101111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,170,19); }

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

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

 a { background-color: rgb(102,170,19); }

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

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

 span { border-color: rgb(102,170,19); }

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