Html Css Color HEX #8FB471 Olivine

📋 copy color: '#8FB471'

red 143 ◦ green 180 ◦ blue 113

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

Shades of Olivine #8FB471

Tints of Olivine #8FB471

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.28%

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

R = 32.8%
G = 41.28%
B = 25.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#8FB471 (or 0x8FB471) is known color: Olivine. HEX triplet: 8F, B4 and 71. RGB value is (143,180,113). Sum of RGB (Red+Green+Blue) = 143+180+113=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 180 - color contains mainly: green. Hex color #8FB471 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB471 is #704B8E. Grayscale: #A1A1A1. Windows color (decimal): -7359375 or 7451791. OLE color: 7451791.

HSL color Cylindrical-coordinate representation of color #8FB471: hue angle of 93.13º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8FB471 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 143 180 113 -
CMYK 0.21 0 0.37 0.29
HSL 93.13º 0.31% 0.57% -
HSV(B) 93.13º 0.37% 0.71% -
XYZ 30.63 39.67 21.67 -
YUV 161.3 100.74 114.95 -
System Red Green Blue C M Y K H S L
Decimal 143 180 113 0.21 0 0.37 0.29 93.13 0.31 0.57
Hex 8F B4 71 15 0 25 1D 5D 1F 39
Octal 217 264 161 25 0 45 35 135 37 71
Binary 10001111 10110100 1110001 10101 0 100101 11101 1011101 11111 111001

Color Harmonies of #8FB471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB471

Black with #8FB471

Text Example


Text Example

White with #8FB471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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