Html Css Color HEX #8FA372 Sage

📋 copy color: '#8FA372'

red 143 ◦ green 163 ◦ blue 114

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

Shades of Sage #8FA372

Tints of Sage #8FA372

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.81%

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

R = 34.05%
G = 38.81%
B = 27.14%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#8FA372 (or 0x8FA372) is known color: Sage. HEX triplet: 8F, A3 and 72. RGB value is (143,163,114). Sum of RGB (Red+Green+Blue) = 143+163+114=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 114 (44.92% from 255 or 27.14% from 420); Max value from RGB is 163 - color contains mainly: green. Hex color #8FA372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA372 is #705C8D. Grayscale: #979797. Windows color (decimal): -7363726 or 7512975. OLE color: 7512975.

HSL color Cylindrical-coordinate representation of color #8FA372: hue angle of 84.49º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FA372 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 143 163 114 -
CMYK 0.12 0 0.30 0.36
HSL 84.49º 0.21% 0.54% -
HSV(B) 84.49º 0.3% 0.64% -
XYZ 27.46 33.25 20.89 -
YUV 151.43 106.87 121.98 -
System Red Green Blue C M Y K H S L
Decimal 143 163 114 0.12 0 0.30 0.36 84.49 0.21 0.54
Hex 8F A3 72 C 0 1E 24 54 15 36
Octal 217 243 162 14 0 36 44 124 25 66
Binary 10001111 10100011 1110010 1100 0 11110 100100 1010100 10101 110110

Color Harmonies of #8FA372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA372

Black with #8FA372

Text Example


Text Example

White with #8FA372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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