#9FB17A

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

Shades of Olivine #9FB17A

Tints of Olivine #9FB17A

Color information

#9FB17A (or 0x9FB17A) is unknown color: approx Olivine. HEX triplet: 9F, B1 and 7A. RGB value is (159,177,122). Sum of RGB (Red+Green+Blue) = 159+177+122=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB17A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB17A is #604E85. Grayscale: #A5A5A5. Windows color (decimal): -6311558 or 8040863. OLE color: 8040863.

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

Color convert

RGB159177122-
CMYK0.1000.310.31
HSL79.64º26.07%58.63%-
HSV(B)79.64º31.07%69.41%-
XYZ33.5340.2224.41-
YUV165.35103.54123.47-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.72%
GREEN value IS 177 (69.53% from 255) = 38.65%
BLUE value IS 122 (48.05% from 255) = 26.64%
R=34.72%
G=38.65%
B=26.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1591771220.1000.310.3179.6426.0758.63
Hex9FB17AA01F1F501a3b
Octal23726117212037371203273
Binary10011111101100011111010101001111111111101000011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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