Html Css Color HEX #8F9782 Sage

📋 copy color: '#8F9782'

red 143 ◦ green 151 ◦ blue 130

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

Shades of Sage #8F9782

Tints of Sage #8F9782

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.61%

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

R = 33.73%
G = 35.61%
B = 30.66%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#8F9782 (or 0x8F9782) is known color: Sage. HEX triplet: 8F, 97 and 82. RGB value is (143,151,130). Sum of RGB (Red+Green+Blue) = 143+151+130=424 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.73% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 151 - color contains mainly: green. Hex color #8F9782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9782 is #70687D. Grayscale: #929292. Windows color (decimal): -7366782 or 8558479. OLE color: 8558479.

HSL color Cylindrical-coordinate representation of color #8F9782: hue angle of 82.86º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8F9782 is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 143 151 130 -
CMYK 0.05 0 0.14 0.41
HSL 82.86º 0.09% 0.55% -
HSV(B) 82.86º 0.14% 0.59% -
XYZ 26.42 29.58 25.44 -
YUV 146.21 118.85 125.71 -
System Red Green Blue C M Y K H S L
Decimal 143 151 130 0.05 0 0.14 0.41 82.86 0.09 0.55
Hex 8F 97 82 5 0 E 29 53 9 37
Octal 217 227 202 5 0 16 51 123 11 67
Binary 10001111 10010111 10000010 101 0 1110 101001 1010011 1001 110111

Color Harmonies of #8F9782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9782

Black with #8F9782

Text Example


Text Example

White with #8F9782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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