#9FBE7E

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

Shades of Olivine #9FBE7E

Tints of Olivine #9FBE7E

Color information

#9FBE7E (or 0x9FBE7E) is unknown color: approx Olivine. HEX triplet: 9F, BE and 7E. RGB value is (159,190,126). Sum of RGB (Red+Green+Blue) = 159+190+126=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 190 (74.61% from 255 or 40% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBE7E is #604181. Grayscale: #ADADAD. Windows color (decimal): -6308226 or 8306335. OLE color: 8306335.

HSL color Cylindrical-coordinate representation of color #9FBE7E: hue angle of 89.06º 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 #9FBE7E is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB159190126-
CMYK0.1600.340.25
HSL89.06º32.99%61.96%-
HSV(B)89.06º33.68%74.51%-
XYZ36.4845.726.64-
YUV173.43101.23117.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.47%
GREEN value IS 190 (74.61% from 255) = 40%
BLUE value IS 126 (49.61% from 255) = 26.53%
R=33.47%
G=40%
B=26.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1591901260.1600.340.2589.0632.9961.96
Hex9FBE7E100221959213e
Octal23727617620042311314176
Binary10011111101111101111110100000100010110011011001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,190,126); }

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

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

 a { background-color: rgb(159,190,126); }

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

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

 span { border-color: rgb(159,190,126); }

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