Html Css Color HEX #8F9482 Sage

📋 copy color: '#8F9482'

red 143 ◦ green 148 ◦ blue 130

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

Shades of Sage #8F9482

Tints of Sage #8F9482

RGB

 RED value IS 143 (56.25% from 255) = 33.97%

 GREEN value IS 148 (58.2% from 255) = 35.15%

 BLUE value IS 130 (51.17% from 255) = 30.88%

R = 33.97%
G = 35.15%
B = 30.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#8F9482 (or 0x8F9482) is known color: Sage. HEX triplet: 8F, 94 and 82. RGB value is (143,148,130). Sum of RGB (Red+Green+Blue) = 143+148+130=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 148 (58.20% from 255 or 35.15% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9482 is #706B7D. Grayscale: #909090. Windows color (decimal): -7367550 or 8557711. OLE color: 8557711.

HSL color Cylindrical-coordinate representation of color #8F9482: hue angle of 76.67º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8F9482 is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 148 130 -
CMYK 0.03 0 0.12 0.42
HSL 76.67º 0.08% 0.55% -
HSV(B) 76.67º 0.12% 0.58% -
XYZ 25.95 28.63 25.28 -
YUV 144.45 119.84 126.96 -
System Red Green Blue C M Y K H S L
Decimal 143 148 130 0.03 0 0.12 0.42 76.67 0.08 0.55
Hex 8F 94 82 3 0 C 2A 4D 8 37
Octal 217 224 202 3 0 14 52 115 10 67
Binary 10001111 10010100 10000010 11 0 1100 101010 1001101 1000 110111

Color Harmonies of #8F9482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9482

Black with #8F9482

Text Example


Text Example

White with #8F9482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,148,130); }

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

background-color css

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

 a { background-color: rgb(143,148,130); }

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

border-color css

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

 span { border-color: rgb(143,148,130); }

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