Html Css Color HEX #9AB372 Olivine

📋 copy color: '#9AB372'

red 154 ◦ green 179 ◦ blue 114

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

Shades of Olivine #9AB372

Tints of Olivine #9AB372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.5%

R = 34.45%
G = 40.04%
B = 25.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#9AB372 (or 0x9AB372) is known color: Olivine. HEX triplet: 9A, B3 and 72. RGB value is (154,179,114). Sum of RGB (Red+Green+Blue) = 154+179+114=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB372 is #654C8D. Grayscale: #A4A4A4. Windows color (decimal): -6638734 or 7517082. OLE color: 7517082.

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

Color convert

RGB 154 179 114 -
CMYK 0.14 0 0.36 0.30
HSL 83.08º 0.3% 0.57% -
HSV(B) 83.08º 0.36% 0.7% -
XYZ 32.48 40.33 21.99 -
YUV 164.12 99.72 120.79 -
System Red Green Blue C M Y K H S L
Decimal 154 179 114 0.14 0 0.36 0.30 83.08 0.3 0.57
Hex 9A B3 72 E 0 24 1E 53 1E 39
Octal 232 263 162 16 0 44 36 123 36 71
Binary 10011010 10110011 1110010 1110 0 100100 11110 1010011 11110 111001

Color Harmonies of #9AB372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB372

Black with #9AB372

Text Example


Text Example

White with #9AB372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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