#9EBB70

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

Shades of Olivine #9EBB70

Tints of Olivine #9EBB70

Color information

#9EBB70 (or 0x9EBB70) is unknown color: approx Olivine. HEX triplet: 9E, BB and 70. RGB value is (158,187,112). Sum of RGB (Red+Green+Blue) = 158+187+112=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 187 (73.44% from 255 or 40.92% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 187 - color contains mainly: green. Hex color #9EBB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBB70 is #61448F. Grayscale: #AAAAAA. Windows color (decimal): -6374544 or 7388062. OLE color: 7388062.

HSL color Cylindrical-coordinate representation of color #9EBB70: hue angle of 83.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9EBB70 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB158187112-
CMYK0.1600.400.27
HSL83.2º35.55%58.63%-
HSV(B)83.2º40.11%73.33%-
XYZ34.843.9821.98-
YUV169.7895.39119.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.57%
GREEN value IS 187 (73.44% from 255) = 40.92%
BLUE value IS 112 (44.14% from 255) = 24.51%
R=34.57%
G=40.92%
B=24.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1581871120.1600.400.2783.235.5558.63
Hex9EBB70100281B53243b
Octal23627316020050331234473
Binary10011110101110111110000100000101000110111010011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,187,112); }

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

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

 a { background-color: rgb(158,187,112); }

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

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

 span { border-color: rgb(158,187,112); }

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