Html Css Color HEX #8A9378 Sage

📋 copy color: '#8A9378'

red 138 ◦ green 147 ◦ blue 120

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

Shades of Sage #8A9378

Tints of Sage #8A9378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.63%

R = 34.07%
G = 36.3%
B = 29.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#8A9378 (or 0x8A9378) is known color: Sage. HEX triplet: 8A, 93 and 78. RGB value is (138,147,120). Sum of RGB (Red+Green+Blue) = 138+147+120=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 120 (47.27% from 255 or 29.63% from 405); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9378 is #756C87. Grayscale: #8D8D8D. Windows color (decimal): -7695496 or 7902090. OLE color: 7902090.

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

Color convert

RGB 138 147 120 -
CMYK 0.06 0 0.18 0.42
HSL 80º 0.11% 0.52% -
HSV(B) 80º 0.18% 0.58% -
XYZ 24.31 27.63 21.82 -
YUV 141.23 116.02 125.7 -
System Red Green Blue C M Y K H S L
Decimal 138 147 120 0.06 0 0.18 0.42 80 0.11 0.52
Hex 8A 93 78 6 0 12 2A 50 B 34
Octal 212 223 170 6 0 22 52 120 13 64
Binary 10001010 10010011 1111000 110 0 10010 101010 1010000 1011 110100

Color Harmonies of #8A9378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9378

Black with #8A9378

Text Example


Text Example

White with #8A9378

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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