Html Css Color HEX #8A8F81 Sage

📋 copy color: '#8A8F81'

red 138 ◦ green 143 ◦ blue 129

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

Shades of Sage #8A8F81

Tints of Sage #8A8F81

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.88%

 BLUE value IS 129 (50.78% from 255) = 31.46%

R = 33.66%
G = 34.88%
B = 31.46%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#8A8F81 (or 0x8A8F81) is known color: Sage. HEX triplet: 8A, 8F and 81. RGB value is (138,143,129). Sum of RGB (Red+Green+Blue) = 138+143+129=410 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.66% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 143 - color contains mainly: green. Hex color #8A8F81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8F81 is #75707E. Grayscale: #8B8B8B. Windows color (decimal): -7696511 or 8490890. OLE color: 8490890.

HSL color Cylindrical-coordinate representation of color #8A8F81: hue angle of 81.43º degrees, saturation: 0.06, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A8F81 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 138 143 129 -
CMYK 0.03 0 0.10 0.44
HSL 81.43º 0.06% 0.53% -
HSV(B) 81.43º 0.1% 0.56% -
XYZ 24.27 26.63 24.63 -
YUV 139.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 138 143 129 0.03 0 0.10 0.44 81.43 0.06 0.53
Hex 8A 8F 81 3 0 A 2C 51 6 35
Octal 212 217 201 3 0 12 54 121 6 65
Binary 10001010 10001111 10000001 11 0 1010 101100 1010001 110 110101

Color Harmonies of #8A8F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8F81

Black with #8A8F81

Text Example


Text Example

White with #8A8F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,143,129); }

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

background-color css

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

 a { background-color: rgb(138,143,129); }

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

border-color css

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

 span { border-color: rgb(138,143,129); }

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