#9EBD6F

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

Shades of Olivine #9EBD6F

Tints of Olivine #9EBD6F

Color information

#9EBD6F (or 0x9EBD6F) is unknown color: approx Olivine. HEX triplet: 9E, BD and 6F. RGB value is (158,189,111). Sum of RGB (Red+Green+Blue) = 158+189+111=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 111 (43.75% from 255 or 24.24% from 458); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBD6F is #614290. Grayscale: #ABABAB. Windows color (decimal): -6374033 or 7323038. OLE color: 7323038.

HSL color Cylindrical-coordinate representation of color #9EBD6F: hue angle of 83.85º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9EBD6F is Cyan = 0.16, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB158189111-
CMYK0.1600.410.26
HSL83.85º37.14%58.82%-
HSV(B)83.85º41.27%74.12%-
XYZ35.1744.8121.83-
YUV170.8494.23118.84-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.50%
GREEN value IS 189 (74.22% from 255) = 41.27%
BLUE value IS 111 (43.75% from 255) = 24.24%
R=34.50%
G=41.27%
B=24.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581891110.1600.410.2683.8537.1458.82
Hex9EBD6F100291A54253b
Octal23627515720051321244573
Binary10011110101111011101111100000101001110101010100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,189,111); }

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

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

 a { background-color: rgb(158,189,111); }

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

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

 span { border-color: rgb(158,189,111); }

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