#9BAC79

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

Shades of Olivine #9BAC79

Tints of Olivine #9BAC79

Color information

#9BAC79 (or 0x9BAC79) is unknown color: approx Olivine. HEX triplet: 9B, AC and 79. RGB value is (155,172,121). Sum of RGB (Red+Green+Blue) = 155+172+121=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 172 (67.58% from 255 or 38.39% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 172 - color contains mainly: green. Hex color #9BAC79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAC79 is #645386. Grayscale: #A1A1A1. Windows color (decimal): -6574983 or 7974043. OLE color: 7974043.

HSL color Cylindrical-coordinate representation of color #9BAC79: hue angle of 80º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BAC79 is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB155172121-
CMYK0.1000.300.33
HSL80º23.5%57.45%-
HSV(B)80º29.65%67.45%-
XYZ31.7237.8523.72-
YUV161.1105.37123.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.60%
GREEN value IS 172 (67.58% from 255) = 38.39%
BLUE value IS 121 (47.66% from 255) = 27.01%
R=34.60%
G=38.39%
B=27.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551721210.1000.300.338023.557.45
Hex9BAC79A01E21501839
Octal23325417112036411203071
Binary100110111010110011110011010011110100001101000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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