#9FB17C

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

Shades of Olivine #9FB17C

Tints of Olivine #9FB17C

Color information

#9FB17C (or 0x9FB17C) is unknown color: approx Olivine. HEX triplet: 9F, B1 and 7C. RGB value is (159,177,124). Sum of RGB (Red+Green+Blue) = 159+177+124=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 177 (69.53% from 255 or 38.48% from 460); Blue value is 124 (48.83% from 255 or 26.96% from 460); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB17C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB17C is #604E83. Grayscale: #A5A5A5. Windows color (decimal): -6311556 or 8171935. OLE color: 8171935.

HSL color Cylindrical-coordinate representation of color #9FB17C: hue angle of 80.38º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FB17C is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB159177124-
CMYK0.1000.300.31
HSL80.38º25.36%59.02%-
HSV(B)80.38º29.94%69.41%-
XYZ33.6640.2725.07-
YUV165.58104.54123.31-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.57%
GREEN value IS 177 (69.53% from 255) = 38.48%
BLUE value IS 124 (48.83% from 255) = 26.96%
R=34.57%
G=38.48%
B=26.96%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591771240.1000.300.3180.3825.3659.02
Hex9FB17CA01E1F50193b
Octal23726117412036371203173
Binary10011111101100011111100101001111011111101000011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,177,124); }

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

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

 a { background-color: rgb(159,177,124); }

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

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

 span { border-color: rgb(159,177,124); }

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