Html Css Color HEX #8FAD76 Olivine

📋 copy color: '#8FAD76'

red 143 ◦ green 173 ◦ blue 118

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

Shades of Olivine #8FAD76

Tints of Olivine #8FAD76

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.86%

 BLUE value IS 118 (46.48% from 255) = 27.19%

R = 32.95%
G = 39.86%
B = 27.19%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#8FAD76 (or 0x8FAD76) is known color: Olivine. HEX triplet: 8F, AD and 76. RGB value is (143,173,118). Sum of RGB (Red+Green+Blue) = 143+173+118=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 118 (46.48% from 255 or 27.19% from 434); Max value from RGB is 173 - color contains mainly: green. Hex color #8FAD76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAD76 is #705289. Grayscale: #9D9D9D. Windows color (decimal): -7361162 or 7777679. OLE color: 7777679.

HSL color Cylindrical-coordinate representation of color #8FAD76: hue angle of 92.73º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8FAD76 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 143 173 118 -
CMYK 0.17 0 0.32 0.32
HSL 92.73º 0.25% 0.57% -
HSV(B) 92.73º 0.32% 0.68% -
XYZ 29.54 37.03 22.73 -
YUV 157.76 105.56 117.47 -
System Red Green Blue C M Y K H S L
Decimal 143 173 118 0.17 0 0.32 0.32 92.73 0.25 0.57
Hex 8F AD 76 11 0 20 20 5D 19 39
Octal 217 255 166 21 0 40 40 135 31 71
Binary 10001111 10101101 1110110 10001 0 100000 100000 1011101 11001 111001

Color Harmonies of #8FAD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAD76

Black with #8FAD76

Text Example


Text Example

White with #8FAD76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,173,118); }

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

background-color css

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

 a { background-color: rgb(143,173,118); }

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

border-color css

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

 span { border-color: rgb(143,173,118); }

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