#9FB17E

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

Shades of Olivine #9FB17E

Tints of Olivine #9FB17E

Color information

#9FB17E (or 0x9FB17E) is unknown color: approx Olivine. HEX triplet: 9F, B1 and 7E. RGB value is (159,177,126). Sum of RGB (Red+Green+Blue) = 159+177+126=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 177 (69.53% from 255 or 38.31% from 462); Blue value is 126 (49.61% from 255 or 27.27% from 462); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB17E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB17E is #604E81. Grayscale: #A5A5A5. Windows color (decimal): -6311554 or 8303007. OLE color: 8303007.

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

Color convert

RGB159177126-
CMYK0.1000.290.31
HSL81.18º24.64%59.41%-
HSV(B)81.18º28.81%69.41%-
XYZ33.7940.3225.74-
YUV165.8105.54123.15-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.42%
GREEN value IS 177 (69.53% from 255) = 38.31%
BLUE value IS 126 (49.61% from 255) = 27.27%
R=34.42%
G=38.31%
B=27.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591771260.1000.290.3181.1824.6459.41
Hex9FB17EA01D1F51193b
Octal23726117612035371213173
Binary10011111101100011111110101001110111111101000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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