Html Css Color HEX #8A917D Sage

📋 copy color: '#8A917D'

red 138 ◦ green 145 ◦ blue 125

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

Shades of Sage #8A917D

Tints of Sage #8A917D

RGB

 RED value IS 138 (54.3% from 255) = 33.82%

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

 BLUE value IS 125 (49.22% from 255) = 30.64%

R = 33.82%
G = 35.54%
B = 30.64%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#8A917D (or 0x8A917D) is known color: Sage. HEX triplet: 8A, 91 and 7D. RGB value is (138,145,125). Sum of RGB (Red+Green+Blue) = 138+145+125=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 145 (57.03% from 255 or 35.54% from 408); Blue value is 125 (49.22% from 255 or 30.64% from 408); Max value from RGB is 145 - color contains mainly: green. Hex color #8A917D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A917D is #756E82. Grayscale: #8C8C8C. Windows color (decimal): -7696003 or 8229258. OLE color: 8229258.

HSL color Cylindrical-coordinate representation of color #8A917D: hue angle of 81º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8A917D is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 138 145 125 -
CMYK 0.05 0 0.14 0.43
HSL 81º 0.08% 0.53% -
HSV(B) 81º 0.14% 0.57% -
XYZ 24.31 27.13 23.36 -
YUV 140.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 138 145 125 0.05 0 0.14 0.43 81 0.08 0.53
Hex 8A 91 7D 5 0 E 2B 51 8 35
Octal 212 221 175 5 0 16 53 121 10 65
Binary 10001010 10010001 1111101 101 0 1110 101011 1010001 1000 110101

Color Harmonies of #8A917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A917D

Black with #8A917D

Text Example


Text Example

White with #8A917D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,145,125); }

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

background-color css

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

 a { background-color: rgb(138,145,125); }

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

border-color css

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

 span { border-color: rgb(138,145,125); }

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