Html Css Color HEX #8FAE72 Olivine

📋 copy color: '#8FAE72'

red 143 ◦ green 174 ◦ blue 114

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

Shades of Olivine #8FAE72

Tints of Olivine #8FAE72

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40.37%

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

R = 33.18%
G = 40.37%
B = 26.45%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#8FAE72 (or 0x8FAE72) is known color: Olivine. HEX triplet: 8F, AE and 72. RGB value is (143,174,114). Sum of RGB (Red+Green+Blue) = 143+174+114=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 174 (68.36% from 255 or 40.37% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 174 - color contains mainly: green. Hex color #8FAE72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAE72 is #70518D. Grayscale: #9E9E9E. Windows color (decimal): -7360910 or 7515791. OLE color: 7515791.

HSL color Cylindrical-coordinate representation of color #8FAE72: hue angle of 91º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FAE72 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 143 174 114 -
CMYK 0.18 0 0.34 0.32
HSL 91º 0.27% 0.56% -
HSV(B) 91º 0.34% 0.68% -
XYZ 29.5 37.33 21.57 -
YUV 157.89 103.23 117.38 -
System Red Green Blue C M Y K H S L
Decimal 143 174 114 0.18 0 0.34 0.32 91 0.27 0.56
Hex 8F AE 72 12 0 22 20 5B 1B 38
Octal 217 256 162 22 0 42 40 133 33 70
Binary 10001111 10101110 1110010 10010 0 100010 100000 1011011 11011 111000

Color Harmonies of #8FAE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAE72

Black with #8FAE72

Text Example


Text Example

White with #8FAE72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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