#9EBF66

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

Shades of Olivine #9EBF66

Tints of Olivine #9EBF66

Color information

#9EBF66 (or 0x9EBF66) is unknown color: approx Olivine. HEX triplet: 9E, BF and 66. RGB value is (158,191,102). Sum of RGB (Red+Green+Blue) = 158+191+102=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBF66 is #614099. Grayscale: #ABABAB. Windows color (decimal): -6373530 or 6733726. OLE color: 6733726.

HSL color Cylindrical-coordinate representation of color #9EBF66: hue angle of 82.25º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9EBF66 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB158191102-
CMYK0.1700.470.25
HSL82.25º41.01%57.45%-
HSV(B)82.25º46.6%74.9%-
XYZ35.1345.4919.5-
YUV170.9989.07118.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.03%
GREEN value IS 191 (75% from 255) = 42.35%
BLUE value IS 102 (40.23% from 255) = 22.62%
R=35.03%
G=42.35%
B=22.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581911020.1700.470.2582.2541.0157.45
Hex9EBF661102F19522939
Octal23627714621057311225171
Binary10011110101111111100110100010101111110011010010101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,191,102); }

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

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

 a { background-color: rgb(158,191,102); }

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

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

 span { border-color: rgb(158,191,102); }

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