Html Css Color HEX #9AB970 Olivine

📋 copy color: '#9AB970'

red 154 ◦ green 185 ◦ blue 112

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

Shades of Olivine #9AB970

Tints of Olivine #9AB970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.83%

R = 34.15%
G = 41.02%
B = 24.83%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#9AB970 (or 0x9AB970) is known color: Olivine. HEX triplet: 9A, B9 and 70. RGB value is (154,185,112). Sum of RGB (Red+Green+Blue) = 154+185+112=451 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.15% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 185 - color contains mainly: green. Hex color #9AB970 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB970 is #65468F. Grayscale: #A7A7A7. Windows color (decimal): -6637200 or 7387546. OLE color: 7387546.

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

Color convert

RGB 154 185 112 -
CMYK 0.17 0 0.39 0.27
HSL 85.48º 0.34% 0.58% -
HSV(B) 85.48º 0.39% 0.73% -
XYZ 33.6 42.74 21.81 -
YUV 167.41 96.73 118.44 -
System Red Green Blue C M Y K H S L
Decimal 154 185 112 0.17 0 0.39 0.27 85.48 0.34 0.58
Hex 9A B9 70 11 0 27 1B 55 22 3A
Octal 232 271 160 21 0 47 33 125 42 72
Binary 10011010 10111001 1110000 10001 0 100111 11011 1010101 100010 111010

Color Harmonies of #9AB970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB970

Black with #9AB970

Text Example


Text Example

White with #9AB970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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