Html Css Color HEX #9AB079 Olivine

📋 copy color: '#9AB079'

red 154 ◦ green 176 ◦ blue 121

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

Shades of Olivine #9AB079

Tints of Olivine #9AB079

RGB

 RED value IS 154 (60.55% from 255) = 34.15%

 GREEN value IS 176 (69.14% from 255) = 39.02%

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

R = 34.15%
G = 39.02%
B = 26.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#9AB079 (or 0x9AB079) is known color: Olivine. HEX triplet: 9A, B0 and 79. RGB value is (154,176,121). Sum of RGB (Red+Green+Blue) = 154+176+121=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 176 (69.14% from 255 or 39.02% from 451); Blue value is 121 (47.66% from 255 or 26.83% from 451); Max value from RGB is 176 - color contains mainly: green. Hex color #9AB079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB079 is #654F86. Grayscale: #A3A3A3. Windows color (decimal): -6639495 or 7975066. OLE color: 7975066.

HSL color Cylindrical-coordinate representation of color #9AB079: hue angle of 84º degrees, saturation: 0.26, 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 #9AB079 is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 154 176 121 -
CMYK 0.12 0 0.31 0.31
HSL 84º 0.26% 0.58% -
HSV(B) 84º 0.31% 0.69% -
XYZ 32.3 39.3 23.97 -
YUV 163.15 104.21 121.47 -
System Red Green Blue C M Y K H S L
Decimal 154 176 121 0.12 0 0.31 0.31 84 0.26 0.58
Hex 9A B0 79 C 0 1F 1F 54 1A 3A
Octal 232 260 171 14 0 37 37 124 32 72
Binary 10011010 10110000 1111001 1100 0 11111 11111 1010100 11010 111010

Color Harmonies of #9AB079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB079

Black with #9AB079

Text Example


Text Example

White with #9AB079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,176,121); }

 H1.HeaderClassName
 {
   color: #9AB079;
 }
 .AnyTagClassName
 {
   color: #9AB079;
 }
</style>

background-color css

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

 a { background-color: rgb(154,176,121); }

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

border-color css

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

 span { border-color: rgb(154,176,121); }

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