Html Css Color HEX #8FA277 Sage

📋 copy color: '#8FA277'

red 143 ◦ green 162 ◦ blue 119

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

Shades of Sage #8FA277

Tints of Sage #8FA277

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.21%

 BLUE value IS 119 (46.88% from 255) = 28.07%

R = 33.73%
G = 38.21%
B = 28.07%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#8FA277 (or 0x8FA277) is known color: Sage. HEX triplet: 8F, A2 and 77. RGB value is (143,162,119). Sum of RGB (Red+Green+Blue) = 143+162+119=424 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.73% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA277 is #705D88. Grayscale: #979797. Windows color (decimal): -7363977 or 7840399. OLE color: 7840399.

HSL color Cylindrical-coordinate representation of color #8FA277: hue angle of 86.51º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8FA277 is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 143 162 119 -
CMYK 0.12 0 0.27 0.36
HSL 86.51º 0.19% 0.55% -
HSV(B) 86.51º 0.27% 0.64% -
XYZ 27.58 33.01 22.37 -
YUV 151.42 109.71 122 -
System Red Green Blue C M Y K H S L
Decimal 143 162 119 0.12 0 0.27 0.36 86.51 0.19 0.55
Hex 8F A2 77 C 0 1B 24 57 13 37
Octal 217 242 167 14 0 33 44 127 23 67
Binary 10001111 10100010 1110111 1100 0 11011 100100 1010111 10011 110111

Color Harmonies of #8FA277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA277

Black with #8FA277

Text Example


Text Example

White with #8FA277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,162,119); }

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

background-color css

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

 a { background-color: rgb(143,162,119); }

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

border-color css

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

 span { border-color: rgb(143,162,119); }

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