Html Css Color HEX #8FA072 Sage

📋 copy color: '#8FA072'

red 143 ◦ green 160 ◦ blue 114

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

Shades of Sage #8FA072

Tints of Sage #8FA072

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.37%

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

R = 34.29%
G = 38.37%
B = 27.34%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#8FA072 (or 0x8FA072) is known color: Sage. HEX triplet: 8F, A0 and 72. RGB value is (143,160,114). Sum of RGB (Red+Green+Blue) = 143+160+114=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 160 - color contains mainly: green. Hex color #8FA072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA072 is #705F8D. Grayscale: #959595. Windows color (decimal): -7364494 or 7512207. OLE color: 7512207.

HSL color Cylindrical-coordinate representation of color #8FA072: hue angle of 82.17º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8FA072 is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 143 160 114 -
CMYK 0.11 0 0.29 0.37
HSL 82.17º 0.19% 0.54% -
HSV(B) 82.17º 0.29% 0.63% -
XYZ 26.94 32.2 20.71 -
YUV 149.67 107.87 123.24 -
System Red Green Blue C M Y K H S L
Decimal 143 160 114 0.11 0 0.29 0.37 82.17 0.19 0.54
Hex 8F A0 72 B 0 1D 25 52 13 36
Octal 217 240 162 13 0 35 45 122 23 66
Binary 10001111 10100000 1110010 1011 0 11101 100101 1010010 10011 110110

Color Harmonies of #8FA072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA072

Black with #8FA072

Text Example


Text Example

White with #8FA072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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