#66AF2E

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

Shades of Christi #66AF2E

Tints of Christi #66AF2E

Color information

#66AF2E (or 0x66AF2E) is unknown color: approx Christi. HEX triplet: 66, AF and 2E. RGB value is (102,175,46). Sum of RGB (Red+Green+Blue) = 102+175+46=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 46 (18.36% from 255 or 14.24% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66AF2E is #9950D1. Grayscale: #8A8A8A. Windows color (decimal): -10047698 or 3059558. OLE color: 3059558.

HSL color Cylindrical-coordinate representation of color #66AF2E: hue angle of 93.95º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66AF2E is Cyan = 0.42, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB10217546-
CMYK0.4200.740.31
HSL93.95º58.37%43.33%-
HSV(B)93.95º73.71%68.63%-
XYZ21.333.687.96-
YUV138.4775.82101.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.58%
GREEN value IS 175 (68.75% from 255) = 54.18%
BLUE value IS 46 (18.36% from 255) = 14.24%
R=31.58%
G=54.18%
B=14.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102175460.4200.740.3193.9558.3743.33
Hex66AF2E2A04A1F5e3a2b
Octal14625756520112371367253
Binary11001101010111110111010101001001010111111011110111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,175,46); }

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

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

 a { background-color: rgb(102,175,46); }

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

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

 span { border-color: rgb(102,175,46); }

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