Html Css Color HEX #9AB972 Olivine

📋 copy color: '#9AB972'

red 154 ◦ green 185 ◦ blue 114

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

Shades of Olivine #9AB972

Tints of Olivine #9AB972

RGB

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

 GREEN value IS 185 (72.66% from 255) = 40.84%

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

R = 34%
G = 40.84%
B = 25.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#9AB972 (or 0x9AB972) is known color: Olivine. HEX triplet: 9A, B9 and 72. RGB value is (154,185,114). Sum of RGB (Red+Green+Blue) = 154+185+114=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 185 (72.66% from 255 or 40.84% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB972 is #65468D. Grayscale: #A7A7A7. Windows color (decimal): -6637198 or 7518618. OLE color: 7518618.

HSL color Cylindrical-coordinate representation of color #9AB972: hue angle of 86.2º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9AB972 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 185 114 -
CMYK 0.17 0 0.38 0.27
HSL 86.2º 0.34% 0.59% -
HSV(B) 86.2º 0.38% 0.73% -
XYZ 33.71 42.78 22.4 -
YUV 167.64 97.73 118.27 -
System Red Green Blue C M Y K H S L
Decimal 154 185 114 0.17 0 0.38 0.27 86.2 0.34 0.59
Hex 9A B9 72 11 0 26 1B 56 22 3B
Octal 232 271 162 21 0 46 33 126 42 73
Binary 10011010 10111001 1110010 10001 0 100110 11011 1010110 100010 111011

Color Harmonies of #9AB972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB972

Black with #9AB972

Text Example


Text Example

White with #9AB972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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