#66BA06

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

Shades of Christi #66BA06

Tints of Christi #66BA06

Color information

#66BA06 (or 0x66BA06) is unknown color: approx Christi. HEX triplet: 66, BA and 06. RGB value is (102,186,6). Sum of RGB (Red+Green+Blue) = 102+186+6=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 186 (73.05% from 255 or 63.27% from 294); Blue value is 6 (2.73% from 255 or 2.04% from 294); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66BA06 is #9945F9. Grayscale: #8D8D8D. Windows color (decimal): -10044922 or 440934. OLE color: 440934.

HSL color Cylindrical-coordinate representation of color #66BA06: hue angle of 88º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66BA06 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB1021866-
CMYK0.4500.970.27
HSL88º93.75%37.65%-
HSV(B)88º96.77%72.94%-
XYZ23.0737.966.28-
YUV140.3652.17100.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.69%
GREEN value IS 186 (73.05% from 255) = 63.27%
BLUE value IS 6 (2.73% from 255) = 2.04%
R=34.69%
G=63.27%
B=2.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal10218660.4500.970.278893.7537.65
Hex66BA62D0611B585e26
Octal14627265501413313013646
Binary110011010111010110101101011000011101110110001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BA06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,186,6); }

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

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

 a { background-color: rgb(102,186,6); }

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

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

 span { border-color: rgb(102,186,6); }

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