#9EBF62

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

Shades of Olivine #9EBF62

Tints of Olivine #9EBF62

Color information

#9EBF62 (or 0x9EBF62) is unknown color: approx Olivine. HEX triplet: 9E, BF and 62. RGB value is (158,191,98). Sum of RGB (Red+Green+Blue) = 158+191+98=447 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.35% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBF62 is #61409D. Grayscale: #AAAAAA. Windows color (decimal): -6373534 or 6471582. OLE color: 6471582.

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

Color convert

RGB15819198-
CMYK0.1700.490.25
HSL81.29º42.08%56.67%-
HSV(B)81.29º48.69%74.9%-
XYZ34.9445.4118.48-
YUV170.5387.07119.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 35.35%
GREEN value IS 191 (75% from 255) = 42.73%
BLUE value IS 98 (38.67% from 255) = 21.92%
R=35.35%
G=42.73%
B=21.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal158191980.1700.490.2581.2942.0856.67
Hex9EBF621103119512a39
Octal23627714221061311215271
Binary10011110101111111100010100010110001110011010001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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