Html Css Color HEX #8FAC71 Olivine

📋 copy color: '#8FAC71'

red 143 ◦ green 172 ◦ blue 113

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

Shades of Olivine #8FAC71

Tints of Olivine #8FAC71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 26.4%

R = 33.41%
G = 40.19%
B = 26.4%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#8FAC71 (or 0x8FAC71) is known color: Olivine. HEX triplet: 8F, AC and 71. RGB value is (143,172,113). Sum of RGB (Red+Green+Blue) = 143+172+113=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 172 - color contains mainly: green. Hex color #8FAC71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FAC71 is #70538E. Grayscale: #9C9C9C. Windows color (decimal): -7361423 or 7449743. OLE color: 7449743.

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

Color convert

RGB 143 172 113 -
CMYK 0.17 0 0.34 0.33
HSL 89.49º 0.26% 0.56% -
HSV(B) 89.49º 0.34% 0.67% -
XYZ 29.06 36.54 21.14 -
YUV 156.6 103.39 118.3 -
System Red Green Blue C M Y K H S L
Decimal 143 172 113 0.17 0 0.34 0.33 89.49 0.26 0.56
Hex 8F AC 71 11 0 22 21 59 1A 38
Octal 217 254 161 21 0 42 41 131 32 70
Binary 10001111 10101100 1110001 10001 0 100010 100001 1011001 11010 111000

Color Harmonies of #8FAC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAC71

Black with #8FAC71

Text Example


Text Example

White with #8FAC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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