Html Css Color HEX #9BAC79 Olivine

📋 copy color: '#9BAC79'

red 155 ◦ green 172 ◦ blue 121

#9BAC79
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #9BAC79

Tints of Olivine #9BAC79

RGB

 RED value IS 155 (60.94% from 255) = 34.6%

 GREEN value IS 172 (67.58% from 255) = 38.39%

 BLUE value IS 121 (47.66% from 255) = 27.01%

R = 34.6%
G = 38.39%
B = 27.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#9BAC79 (or 0x9BAC79) is known color: 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

RGB 155 172 121 -
CMYK 0.10 0 0.30 0.33
HSL 80º 0.24% 0.57% -
HSV(B) 80º 0.3% 0.67% -
XYZ 31.72 37.85 23.72 -
YUV 161.1 105.37 123.65 -
System Red Green Blue C M Y K H S L
Decimal 155 172 121 0.10 0 0.30 0.33 80 0.24 0.57
Hex 9B AC 79 A 0 1E 21 50 18 39
Octal 233 254 171 12 0 36 41 120 30 71
Binary 10011011 10101100 1111001 1010 0 11110 100001 1010000 11000 111001

Color Harmonies of #9BAC79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAC79

Black with #9BAC79

Text Example


Text Example

White with #9BAC79

Text Example


Text Example

HTML Codes & Css Web 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>