#9EBD72

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

Shades of Olivine #9EBD72

Tints of Olivine #9EBD72

Color information

#9EBD72 (or 0x9EBD72) is unknown color: approx Olivine. HEX triplet: 9E, BD and 72. RGB value is (158,189,114). Sum of RGB (Red+Green+Blue) = 158+189+114=461 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.27% from 461); Green value is 189 (74.22% from 255 or 41.00% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBD72 is #61428D. Grayscale: #ABABAB. Windows color (decimal): -6374030 or 7519646. OLE color: 7519646.

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

Color convert

RGB158189114-
CMYK0.1600.400.26
HSL84.8º36.23%59.41%-
HSV(B)84.8º39.68%74.12%-
XYZ35.3444.8822.72-
YUV171.1895.73118.6-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.27%
GREEN value IS 189 (74.22% from 255) = 41.00%
BLUE value IS 114 (44.92% from 255) = 24.73%
R=34.27%
G=41.00%
B=24.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581891140.1600.400.2684.836.2359.41
Hex9EBD72100281A55243b
Octal23627516220050321254473
Binary10011110101111011110010100000101000110101010101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBD72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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