#9FB875

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

Shades of Olivine #9FB875

Tints of Olivine #9FB875

Color information

#9FB875 (or 0x9FB875) is unknown color: approx Olivine. HEX triplet: 9F, B8 and 75. RGB value is (159,184,117). Sum of RGB (Red+Green+Blue) = 159+184+117=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB875 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB875 is #60478A. Grayscale: #A9A9A9. Windows color (decimal): -6309771 or 7714975. OLE color: 7714975.

HSL color Cylindrical-coordinate representation of color #9FB875: hue angle of 82.39º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FB875 is Cyan = 0.14, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB159184117-
CMYK0.1400.360.28
HSL82.39º32.06%59.02%-
HSV(B)82.39º36.41%72.16%-
XYZ34.6542.9423.29-
YUV168.8998.72120.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.57%
GREEN value IS 184 (72.27% from 255) = 40%
BLUE value IS 117 (46.09% from 255) = 25.43%
R=34.57%
G=40%
B=25.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1591841170.1400.360.2882.3932.0659.02
Hex9FB875E0241C52203b
Octal23727016516044341224073
Binary1001111110111000111010111100100100111001010010100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,184,117); }

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

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

 a { background-color: rgb(159,184,117); }

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

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

 span { border-color: rgb(159,184,117); }

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