#9FB37A

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

Shades of Olivine #9FB37A

Tints of Olivine #9FB37A

Color information

#9FB37A (or 0x9FB37A) is unknown color: approx Olivine. HEX triplet: 9F, B3 and 7A. RGB value is (159,179,122). Sum of RGB (Red+Green+Blue) = 159+179+122=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB37A is #604C85. Grayscale: #A6A6A6. Windows color (decimal): -6311046 or 8041375. OLE color: 8041375.

HSL color Cylindrical-coordinate representation of color #9FB37A: hue angle of 81.05º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FB37A is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB159179122-
CMYK0.1100.320.30
HSL81.05º27.27%59.02%-
HSV(B)81.05º31.84%70.2%-
XYZ33.9341.0224.54-
YUV166.52102.87122.63-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.57%
GREEN value IS 179 (70.31% from 255) = 38.91%
BLUE value IS 122 (48.05% from 255) = 26.52%
R=34.57%
G=38.91%
B=26.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1591791220.1100.320.3081.0527.2759.02
Hex9FB37AB0201E511b3b
Octal23726317213040361213373
Binary100111111011001111110101011010000011110101000111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,179,122); }

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

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

 a { background-color: rgb(159,179,122); }

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

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

 span { border-color: rgb(159,179,122); }

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