#9FBD7A

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

Shades of Olivine #9FBD7A

Tints of Olivine #9FBD7A

Color information

#9FBD7A (or 0x9FBD7A) is unknown color: approx Olivine. HEX triplet: 9F, BD and 7A. RGB value is (159,189,122). Sum of RGB (Red+Green+Blue) = 159+189+122=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FBD7A is #604285. Grayscale: #ACACAC. Windows color (decimal): -6308486 or 8043935. OLE color: 8043935.

HSL color Cylindrical-coordinate representation of color #9FBD7A: hue angle of 86.87º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FBD7A is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB159189122-
CMYK0.1600.350.26
HSL86.87º33.67%60.98%-
HSV(B)86.87º35.45%74.12%-
XYZ36.0145.1725.23-
YUV172.3999.56118.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.83%
GREEN value IS 189 (74.22% from 255) = 40.21%
BLUE value IS 122 (48.05% from 255) = 25.96%
R=33.83%
G=40.21%
B=25.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1591891220.1600.350.2686.8733.6760.98
Hex9FBD7A100231A57223d
Octal23727517220043321274275
Binary10011111101111011111010100000100011110101010111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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