#9FBA7E

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

Shades of Olivine #9FBA7E

Tints of Olivine #9FBA7E

Color information

#9FBA7E (or 0x9FBA7E) is unknown color: approx Olivine. HEX triplet: 9F, BA and 7E. RGB value is (159,186,126). Sum of RGB (Red+Green+Blue) = 159+186+126=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 186 - color contains mainly: green. Hex color #9FBA7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBA7E is #604581. Grayscale: #ABABAB. Windows color (decimal): -6309250 or 8305311. OLE color: 8305311.

HSL color Cylindrical-coordinate representation of color #9FBA7E: hue angle of 87º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FBA7E is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB159186126-
CMYK0.1500.320.27
HSL87º30.3%61.18%-
HSV(B)87º32.26%72.94%-
XYZ35.624426.35-
YUV171.09102.55119.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.76%
GREEN value IS 186 (73.05% from 255) = 39.49%
BLUE value IS 126 (49.61% from 255) = 26.75%
R=33.76%
G=39.49%
B=26.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1591861260.1500.320.278730.361.18
Hex9FBA7EF0201B571e3d
Octal23727217617040331273675
Binary100111111011101011111101111010000011011101011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBA7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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