Html Css Color HEX #8A9374 Sage

📋 copy color: '#8A9374'

red 138 ◦ green 147 ◦ blue 116

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

Shades of Sage #8A9374

Tints of Sage #8A9374

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.66%

 BLUE value IS 116 (45.7% from 255) = 28.93%

R = 34.41%
G = 36.66%
B = 28.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#8A9374 (or 0x8A9374) is known color: Sage. HEX triplet: 8A, 93 and 74. RGB value is (138,147,116). Sum of RGB (Red+Green+Blue) = 138+147+116=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 116 (45.70% from 255 or 28.93% from 401); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9374 is #756C8B. Grayscale: #8C8C8C. Windows color (decimal): -7695500 or 7639946. OLE color: 7639946.

HSL color Cylindrical-coordinate representation of color #8A9374: hue angle of 77.42º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A9374 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 147 116 -
CMYK 0.06 0 0.21 0.42
HSL 77.42º 0.13% 0.52% -
HSV(B) 77.42º 0.21% 0.58% -
XYZ 24.07 27.53 20.57 -
YUV 140.78 114.02 126.02 -
System Red Green Blue C M Y K H S L
Decimal 138 147 116 0.06 0 0.21 0.42 77.42 0.13 0.52
Hex 8A 93 74 6 0 15 2A 4D D 34
Octal 212 223 164 6 0 25 52 115 15 64
Binary 10001010 10010011 1110100 110 0 10101 101010 1001101 1101 110100

Color Harmonies of #8A9374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9374

Black with #8A9374

Text Example


Text Example

White with #8A9374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,147,116); }

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

background-color css

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

 a { background-color: rgb(138,147,116); }

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

border-color css

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

 span { border-color: rgb(138,147,116); }

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