#9ECC65

Color #9ECC65 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9ECC65

Tints of Olivine #9ECC65

Color information

#9ECC65 (or 0x9ECC65) is unknown color: approx Olivine. HEX triplet: 9E, CC and 65. RGB value is (158,204,101). Sum of RGB (Red+Green+Blue) = 158+204+101=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 204 (80.08% from 255 or 44.06% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECC65 is #61339A. Grayscale: #B2B2B2. Windows color (decimal): -6370203 or 6671518. OLE color: 6671518.

HSL color Cylindrical-coordinate representation of color #9ECC65: hue angle of 86.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9ECC65 is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB158204101-
CMYK0.2300.500.2
HSL86.8º50.24%59.8%-
HSV(B)86.8º50.49%80%-
XYZ38.0451.3920.23-
YUV178.584.26113.38-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.13%
GREEN value IS 204 (80.08% from 255) = 44.06%
BLUE value IS 101 (39.84% from 255) = 21.81%
R=34.13%
G=44.06%
B=21.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1582041010.2300.500.286.850.2459.8
Hex9ECC65170321457323c
Octal23631414527062241276274
Binary10011110110011001100101101110110010101001010111110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ECC65; }

 p { color: rgb(158,204,101); }

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

<style>
 a { background-color: #9ECC65; }

 a { background-color: rgb(158,204,101); }

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

<style>
 span { border-color: #9ECC65; }

 span { border-color: rgb(158,204,101); }

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