#66B129

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

Shades of Christi #66B129

Tints of Christi #66B129

Color information

#66B129 (or 0x66B129) is unknown color: approx Christi. HEX triplet: 66, B1 and 29. RGB value is (102,177,41). Sum of RGB (Red+Green+Blue) = 102+177+41=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 177 (69.53% from 255 or 55.31% from 320); Blue value is 41 (16.41% from 255 or 12.81% from 320); Max value from RGB is 177 - color contains mainly: green. Hex color #66B129 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66B129 is #994ED6. Grayscale: #8B8B8B. Windows color (decimal): -10047191 or 2732390. OLE color: 2732390.

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

Color convert

RGB10217741-
CMYK0.4200.770.31
HSL93.09º62.39%42.75%-
HSV(B)93.09º76.84%69.41%-
XYZ21.634.437.6-
YUV139.0772.65101.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.88%
GREEN value IS 177 (69.53% from 255) = 55.31%
BLUE value IS 41 (16.41% from 255) = 12.81%
R=31.88%
G=55.31%
B=12.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102177410.4200.770.3193.0962.3942.75
Hex66B1292A04D1F5d3e2b
Octal14626151520115371357653
Binary11001101011000110100110101001001101111111011101111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,177,41); }

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

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

 a { background-color: rgb(102,177,41); }

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

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

 span { border-color: rgb(102,177,41); }

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