#66A521

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

Shades of Christi #66A521

Tints of Christi #66A521

Color information

#66A521 (or 0x66A521) is unknown color: approx Christi. HEX triplet: 66, A5 and 21. RGB value is (102,165,33). Sum of RGB (Red+Green+Blue) = 102+165+33=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 165 (64.84% from 255 or 55% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 165 - color contains mainly: green. Hex color #66A521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A521 is #995ADE. Grayscale: #838383. Windows color (decimal): -10050271 or 2205030. OLE color: 2205030.

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

Color convert

RGB10216533-
CMYK0.3800.80.35
HSL88.64º66.67%38.82%-
HSV(B)88.64º80%64.71%-
XYZ19.2129.846.19-
YUV131.1172.63107.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34%
GREEN value IS 165 (64.84% from 255) = 55%
BLUE value IS 33 (13.28% from 255) = 11%
R=34%
G=55%
B=11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102165330.3800.80.3588.6466.6738.82
Hex66A5212605023594327
Octal146245414601204313110347
Binary1100110101001011000011001100101000010001110110011000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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