Html Css Color HEX #8C917A Sage

📋 copy color: '#8C917A'

red 140 ◦ green 145 ◦ blue 122

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

Shades of Sage #8C917A

Tints of Sage #8C917A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.63%

 BLUE value IS 122 (48.05% from 255) = 29.98%

R = 34.4%
G = 35.63%
B = 29.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.43

RGB Variations

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

Color information

#8C917A (or 0x8C917A) is known color: Sage. HEX triplet: 8C, 91 and 7A. RGB value is (140,145,122). Sum of RGB (Red+Green+Blue) = 140+145+122=407 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.40% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 145 - color contains mainly: green. Hex color #8C917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C917A is #736E85. Grayscale: #8C8C8C. Windows color (decimal): -7564934 or 8032652. OLE color: 8032652.

HSL color Cylindrical-coordinate representation of color #8C917A: hue angle of 73.04º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C917A is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB 140 145 122 -
CMYK 0.03 0 0.16 0.43
HSL 73.04º 0.09% 0.52% -
HSV(B) 73.04º 0.16% 0.57% -
XYZ 24.45 27.23 22.38 -
YUV 140.88 117.34 127.37 -
System Red Green Blue C M Y K H S L
Decimal 140 145 122 0.03 0 0.16 0.43 73.04 0.09 0.52
Hex 8C 91 7A 3 0 10 2B 49 9 34
Octal 214 221 172 3 0 20 53 111 11 64
Binary 10001100 10010001 1111010 11 0 10000 101011 1001001 1001 110100

Color Harmonies of #8C917A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C917A

Black with #8C917A

Text Example


Text Example

White with #8C917A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,145,122); }

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

background-color css

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

 a { background-color: rgb(140,145,122); }

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

border-color css

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

 span { border-color: rgb(140,145,122); }

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