#9BAF79

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

Shades of Olivine #9BAF79

Tints of Olivine #9BAF79

Color information

#9BAF79 (or 0x9BAF79) is unknown color: approx Olivine. HEX triplet: 9B, AF and 79. RGB value is (155,175,121). Sum of RGB (Red+Green+Blue) = 155+175+121=451 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.37% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAF79 is #645086. Grayscale: #A3A3A3. Windows color (decimal): -6574215 or 7974811. OLE color: 7974811.

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

Color convert

RGB155175121-
CMYK0.1100.310.31
HSL82.22º25.23%58.04%-
HSV(B)82.22º30.86%68.63%-
XYZ32.339.0123.92-
YUV162.86104.37122.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.37%
GREEN value IS 175 (68.75% from 255) = 38.80%
BLUE value IS 121 (47.66% from 255) = 26.83%
R=34.37%
G=38.80%
B=26.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551751210.1100.310.3182.2225.2358.04
Hex9BAF79B01F1F52193a
Octal23325717113037371223172
Binary10011011101011111111001101101111111111101001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,175,121); }

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

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

 a { background-color: rgb(155,175,121); }

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

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

 span { border-color: rgb(155,175,121); }

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