#66b32a

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

Shades of Christi #66B32A

Tints of Christi #66B32A

Color information

#66B32A (or 0x66B32A) is unknown color: approx Christi. HEX triplet: 66, B3 and 2A. RGB value is (102,179,42). Sum of RGB (Red+Green+Blue) = 102+179+42=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #66B32A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B32A is #994CD5. Grayscale: #8C8C8C. Windows color (decimal): -10046678 or 2798438. OLE color: 2798438.

HSL color Cylindrical-coordinate representation of color #66B32A: hue angle of 93.72º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #66B32A is Cyan = 0.43, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB10217942-
CMYK0.4300.770.30
HSL93.72º61.99%43.33%-
HSV(B)93.72º76.54%70.2%-
XYZ22.0235.237.83-
YUV140.3672.49100.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.58%
GREEN value IS 179 (70.31% from 255) = 55.42%
BLUE value IS 42 (16.80% from 255) = 13.00%
R=31.58%
G=55.42%
B=13.00%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal102179420.4300.770.3093.7261.9943.33
Hex66B32A2B04D1E5e3e2b
Octal14626352530115361367653
Binary11001101011001110101010101101001101111101011110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66b32a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,179,42); }

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

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

 a { background-color: rgb(102,179,42); }

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

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

 span { border-color: rgb(102,179,42); }

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