#66B00E

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

Shades of Christi #66B00E

Tints of Christi #66B00E

Color information

#66B00E (or 0x66B00E) is unknown color: approx Christi. HEX triplet: 66, B0 and 0E. RGB value is (102,176,14). Sum of RGB (Red+Green+Blue) = 102+176+14=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 176 (69.14% from 255 or 60.27% from 292); Blue value is 14 (5.86% from 255 or 4.79% from 292); Max value from RGB is 176 - color contains mainly: green. Hex color #66B00E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #66B00E is #994FF1. Grayscale: #878787. Windows color (decimal): -10047474 or 962662. OLE color: 962662.

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

Color convert

RGB10217614-
CMYK0.4200.920.31
HSL87.41º85.26%37.25%-
HSV(B)87.41º92.05%69.02%-
XYZ21.0833.915.85-
YUV135.4159.48104.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.93%
GREEN value IS 176 (69.14% from 255) = 60.27%
BLUE value IS 14 (5.86% from 255) = 4.79%
R=34.93%
G=60.27%
B=4.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal102176140.4200.920.3187.4185.2637.25
Hex66B0E2A05C1F575525
Octal146260165201343712712545
Binary1100110101100001110101010010111001111110101111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,176,14); }

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

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

 a { background-color: rgb(102,176,14); }

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

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

 span { border-color: rgb(102,176,14); }

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