Html Css Color HEX #8C9C71 Sage

📋 copy color: '#8C9C71'

red 140 ◦ green 156 ◦ blue 113

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

Shades of Sage #8C9C71

Tints of Sage #8C9C71

RGB

 RED value IS 140 (55.08% from 255) = 34.23%

 GREEN value IS 156 (61.33% from 255) = 38.14%

 BLUE value IS 113 (44.53% from 255) = 27.63%

R = 34.23%
G = 38.14%
B = 27.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#8C9C71 (or 0x8C9C71) is known color: Sage. HEX triplet: 8C, 9C and 71. RGB value is (140,156,113). Sum of RGB (Red+Green+Blue) = 140+156+113=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 156 (61.33% from 255 or 38.14% from 409); Blue value is 113 (44.53% from 255 or 27.63% from 409); Max value from RGB is 156 - color contains mainly: green. Hex color #8C9C71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C9C71 is #73638E. Grayscale: #929292. Windows color (decimal): -7562127 or 7445644. OLE color: 7445644.

HSL color Cylindrical-coordinate representation of color #8C9C71: hue angle of 82.33º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8C9C71 is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 140 156 113 -
CMYK 0.10 0 0.28 0.39
HSL 82.33º 0.18% 0.53% -
HSV(B) 82.33º 0.28% 0.61% -
XYZ 25.68 30.54 20.16 -
YUV 146.31 109.2 123.5 -
System Red Green Blue C M Y K H S L
Decimal 140 156 113 0.10 0 0.28 0.39 82.33 0.18 0.53
Hex 8C 9C 71 A 0 1C 27 52 12 35
Octal 214 234 161 12 0 34 47 122 22 65
Binary 10001100 10011100 1110001 1010 0 11100 100111 1010010 10010 110101

Color Harmonies of #8C9C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9C71

Black with #8C9C71

Text Example


Text Example

White with #8C9C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,156,113); }

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

background-color css

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

 a { background-color: rgb(140,156,113); }

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

border-color css

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

 span { border-color: rgb(140,156,113); }

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