Html Css Color HEX #8FAA72 Olivine

📋 copy color: '#8FAA72'

red 143 ◦ green 170 ◦ blue 114

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

Shades of Olivine #8FAA72

Tints of Olivine #8FAA72

RGB

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

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

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

R = 33.49%
G = 39.81%
B = 26.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#8FAA72 (or 0x8FAA72) is known color: Olivine. HEX triplet: 8F, AA and 72. RGB value is (143,170,114). Sum of RGB (Red+Green+Blue) = 143+170+114=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 170 - color contains mainly: green. Hex color #8FAA72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAA72 is #70558D. Grayscale: #9B9B9B. Windows color (decimal): -7361934 or 7514767. OLE color: 7514767.

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

Color convert

RGB 143 170 114 -
CMYK 0.16 0 0.33 0.33
HSL 88.93º 0.25% 0.56% -
HSV(B) 88.93º 0.33% 0.67% -
XYZ 28.74 35.8 21.32 -
YUV 155.54 104.55 119.05 -
System Red Green Blue C M Y K H S L
Decimal 143 170 114 0.16 0 0.33 0.33 88.93 0.25 0.56
Hex 8F AA 72 10 0 21 21 59 19 38
Octal 217 252 162 20 0 41 41 131 31 70
Binary 10001111 10101010 1110010 10000 0 100001 100001 1011001 11001 111000

Color Harmonies of #8FAA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAA72

Black with #8FAA72

Text Example


Text Example

White with #8FAA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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