Html Css Color HEX #9AB379 Olivine

📋 copy color: '#9AB379'

red 154 ◦ green 179 ◦ blue 121

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

Shades of Olivine #9AB379

Tints of Olivine #9AB379

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.43%

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

R = 33.92%
G = 39.43%
B = 26.65%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#9AB379 (or 0x9AB379) is known color: Olivine. HEX triplet: 9A, B3 and 79. RGB value is (154,179,121). Sum of RGB (Red+Green+Blue) = 154+179+121=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB379 is #654C86. Grayscale: #A5A5A5. Windows color (decimal): -6638727 or 7975834. OLE color: 7975834.

HSL color Cylindrical-coordinate representation of color #9AB379: hue angle of 85.86º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9AB379 is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 154 179 121 -
CMYK 0.14 0 0.32 0.30
HSL 85.86º 0.28% 0.59% -
HSV(B) 85.86º 0.32% 0.7% -
XYZ 32.9 40.49 24.17 -
YUV 164.91 103.22 120.22 -
System Red Green Blue C M Y K H S L
Decimal 154 179 121 0.14 0 0.32 0.30 85.86 0.28 0.59
Hex 9A B3 79 E 0 20 1E 56 1C 3B
Octal 232 263 171 16 0 40 36 126 34 73
Binary 10011010 10110011 1111001 1110 0 100000 11110 1010110 11100 111011

Color Harmonies of #9AB379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB379

Black with #9AB379

Text Example


Text Example

White with #9AB379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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