Html Css Color HEX #8FB372 Olivine

📋 copy color: '#8FB372'

red 143 ◦ green 179 ◦ blue 114

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

Shades of Olivine #8FB372

Tints of Olivine #8FB372

RGB

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

 GREEN value IS 179 (70.31% from 255) = 41.06%

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

R = 32.8%
G = 41.06%
B = 26.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#8FB372 (or 0x8FB372) is known color: Olivine. HEX triplet: 8F, B3 and 72. RGB value is (143,179,114). Sum of RGB (Red+Green+Blue) = 143+179+114=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 114 (44.92% from 255 or 26.15% from 436); Max value from RGB is 179 - color contains mainly: green. Hex color #8FB372 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FB372 is #704C8D. Grayscale: #A1A1A1. Windows color (decimal): -7359630 or 7517071. OLE color: 7517071.

HSL color Cylindrical-coordinate representation of color #8FB372: hue angle of 93.23º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FB372 is Cyan = 0.20, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 143 179 114 -
CMYK 0.20 0 0.36 0.30
HSL 93.23º 0.3% 0.57% -
HSV(B) 93.23º 0.36% 0.7% -
XYZ 30.49 39.29 21.9 -
YUV 160.83 101.57 115.29 -
System Red Green Blue C M Y K H S L
Decimal 143 179 114 0.20 0 0.36 0.30 93.23 0.3 0.57
Hex 8F B3 72 14 0 24 1E 5D 1E 39
Octal 217 263 162 24 0 44 36 135 36 71
Binary 10001111 10110011 1110010 10100 0 100100 11110 1011101 11110 111001

Color Harmonies of #8FB372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FB372

Black with #8FB372

Text Example


Text Example

White with #8FB372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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