#9ebf7f

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

Shades of Olivine #9EBF7F

Tints of Olivine #9EBF7F

Color information

#9EBF7F (or 0x9EBF7F) is unknown color: approx Olivine. HEX triplet: 9E, BF and 7F. RGB value is (158,191,127). Sum of RGB (Red+Green+Blue) = 158+191+127=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #9EBF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EBF7F is #614080. Grayscale: #AEAEAE. Windows color (decimal): -6373505 or 8372126. OLE color: 8372126.

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

Color convert

RGB158191127-
CMYK0.1700.340.25
HSL90.94º33.33%62.35%-
HSV(B)90.94º33.51%74.9%-
XYZ36.5646.0627.04-
YUV173.84101.57116.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.19%
GREEN value IS 191 (75% from 255) = 40.13%
BLUE value IS 127 (50% from 255) = 26.68%
R=33.19%
G=40.13%
B=26.68%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581911270.1700.340.2590.9433.3362.35
Hex9EBF7F11022195b213e
Octal23627717721042311334176
Binary10011110101111111111111100010100010110011011011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ebf7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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