Html Css Color HEX #8FAA70 Olivine

📋 copy color: '#8FAA70'

red 143 ◦ green 170 ◦ blue 112

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

Shades of Olivine #8FAA70

Tints of Olivine #8FAA70

RGB

 RED value IS 143 (56.25% from 255) = 33.65%

 GREEN value IS 170 (66.8% from 255) = 40%

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

R = 33.65%
G = 40%
B = 26.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#8FAA70 (or 0x8FAA70) is known color: Olivine. HEX triplet: 8F, AA and 70. RGB value is (143,170,112). Sum of RGB (Red+Green+Blue) = 143+170+112=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 170 (66.80% from 255 or 40% from 425); Blue value is 112 (44.14% from 255 or 26.35% from 425); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAA70 is #70558F. Grayscale: #9B9B9B. Windows color (decimal): -7361936 or 7383695. OLE color: 7383695.

HSL color Cylindrical-coordinate representation of color #8FAA70: hue angle of 87.93º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FAA70 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 170 112 -
CMYK 0.16 0 0.34 0.33
HSL 87.93º 0.25% 0.55% -
HSV(B) 87.93º 0.34% 0.67% -
XYZ 28.63 35.76 20.72 -
YUV 155.32 103.55 119.22 -
System Red Green Blue C M Y K H S L
Decimal 143 170 112 0.16 0 0.34 0.33 87.93 0.25 0.55
Hex 8F AA 70 10 0 22 21 58 19 37
Octal 217 252 160 20 0 42 41 130 31 67
Binary 10001111 10101010 1110000 10000 0 100010 100001 1011000 11001 110111

Color Harmonies of #8FAA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAA70

Black with #8FAA70

Text Example


Text Example

White with #8FAA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FAA70; }

 p { color: rgb(143,170,112); }

 H1.HeaderClassName
 {
   color: #8FAA70;
 }
 .AnyTagClassName
 {
   color: #8FAA70;
 }
</style>

background-color css

<style>
 a { background-color: #8FAA70; }

 a { background-color: rgb(143,170,112); }

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

border-color css

<style>
 span { border-color: #8FAA70; }

 span { border-color: rgb(143,170,112); }

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