Html Css Color HEX #9ABB70 Olivine

📋 copy color: '#9ABB70'

red 154 ◦ green 187 ◦ blue 112

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

Shades of Olivine #9ABB70

Tints of Olivine #9ABB70

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.28%

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

R = 34%
G = 41.28%
B = 24.72%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#9ABB70 (or 0x9ABB70) is known color: Olivine. HEX triplet: 9A, BB and 70. RGB value is (154,187,112). Sum of RGB (Red+Green+Blue) = 154+187+112=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 187 - color contains mainly: green. Hex color #9ABB70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABB70 is #65448F. Grayscale: #A8A8A8. Windows color (decimal): -6636688 or 7388058. OLE color: 7388058.

HSL color Cylindrical-coordinate representation of color #9ABB70: hue angle of 86.4º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ABB70 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 154 187 112 -
CMYK 0.18 0 0.40 0.27
HSL 86.4º 0.36% 0.59% -
HSV(B) 86.4º 0.4% 0.73% -
XYZ 34.02 43.58 21.95 -
YUV 168.58 96.07 117.6 -
System Red Green Blue C M Y K H S L
Decimal 154 187 112 0.18 0 0.40 0.27 86.4 0.36 0.59
Hex 9A BB 70 12 0 28 1B 56 24 3B
Octal 232 273 160 22 0 50 33 126 44 73
Binary 10011010 10111011 1110000 10010 0 101000 11011 1010110 100100 111011

Color Harmonies of #9ABB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABB70

Black with #9ABB70

Text Example


Text Example

White with #9ABB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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