Html Css Color HEX #8FAC76 Olivine

📋 copy color: '#8FAC76'

red 143 ◦ green 172 ◦ blue 118

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

Shades of Olivine #8FAC76

Tints of Olivine #8FAC76

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.72%

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

R = 33.03%
G = 39.72%
B = 27.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#8FAC76 (or 0x8FAC76) is known color: Olivine. HEX triplet: 8F, AC and 76. RGB value is (143,172,118). Sum of RGB (Red+Green+Blue) = 143+172+118=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 118 (46.48% from 255 or 27.25% from 433); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAC76 is #705389. Grayscale: #9D9D9D. Windows color (decimal): -7361418 or 7777423. OLE color: 7777423.

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

Color convert

RGB 143 172 118 -
CMYK 0.17 0 0.31 0.33
HSL 92.22º 0.25% 0.57% -
HSV(B) 92.22º 0.31% 0.67% -
XYZ 29.35 36.65 22.67 -
YUV 157.17 105.89 117.89 -
System Red Green Blue C M Y K H S L
Decimal 143 172 118 0.17 0 0.31 0.33 92.22 0.25 0.57
Hex 8F AC 76 11 0 1F 21 5C 19 39
Octal 217 254 166 21 0 37 41 134 31 71
Binary 10001111 10101100 1110110 10001 0 11111 100001 1011100 11001 111001

Color Harmonies of #8FAC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAC76

Black with #8FAC76

Text Example


Text Example

White with #8FAC76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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