Html Css Color HEX #8F9A72 Sage

📋 copy color: '#8F9A72'

red 143 ◦ green 154 ◦ blue 114

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

Shades of Sage #8F9A72

Tints of Sage #8F9A72

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.47%

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

R = 34.79%
G = 37.47%
B = 27.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#8F9A72 (or 0x8F9A72) is known color: Sage. HEX triplet: 8F, 9A and 72. RGB value is (143,154,114). Sum of RGB (Red+Green+Blue) = 143+154+114=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 114 (44.92% from 255 or 27.74% from 411); Max value from RGB is 154 - color contains mainly: green. Hex color #8F9A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8F9A72 is #70658D. Grayscale: #929292. Windows color (decimal): -7366030 or 7510671. OLE color: 7510671.

HSL color Cylindrical-coordinate representation of color #8F9A72: hue angle of 76.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8F9A72 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 143 154 114 -
CMYK 0.07 0 0.26 0.40
HSL 76.5º 0.17% 0.53% -
HSV(B) 76.5º 0.26% 0.6% -
XYZ 25.92 30.17 20.38 -
YUV 146.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 143 154 114 0.07 0 0.26 0.40 76.5 0.17 0.53
Hex 8F 9A 72 7 0 1A 28 4C 11 35
Octal 217 232 162 7 0 32 50 114 21 65
Binary 10001111 10011010 1110010 111 0 11010 101000 1001100 10001 110101

Color Harmonies of #8F9A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9A72

Black with #8F9A72

Text Example


Text Example

White with #8F9A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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