Html Css Color HEX #8D907B Sage

📋 copy color: '#8D907B'

red 141 ◦ green 144 ◦ blue 123

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

Shades of Sage #8D907B

Tints of Sage #8D907B

RGB

 RED value IS 141 (55.47% from 255) = 34.56%

 GREEN value IS 144 (56.64% from 255) = 35.29%

 BLUE value IS 123 (48.44% from 255) = 30.15%

R = 34.56%
G = 35.29%
B = 30.15%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#8D907B (or 0x8D907B) is known color: Sage. HEX triplet: 8D, 90 and 7B. RGB value is (141,144,123). Sum of RGB (Red+Green+Blue) = 141+144+123=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 144 - color contains mainly: green. Hex color #8D907B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D907B is #726F84. Grayscale: #8C8C8C. Windows color (decimal): -7499653 or 8097933. OLE color: 8097933.

HSL color Cylindrical-coordinate representation of color #8D907B: hue angle of 68.57º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8D907B is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 141 144 123 -
CMYK 0.02 0 0.15 0.44
HSL 68.57º 0.09% 0.52% -
HSV(B) 68.57º 0.15% 0.56% -
XYZ 24.53 27.04 22.66 -
YUV 140.71 118.01 128.21 -
System Red Green Blue C M Y K H S L
Decimal 141 144 123 0.02 0 0.15 0.44 68.57 0.09 0.52
Hex 8D 90 7B 2 0 F 2C 45 9 34
Octal 215 220 173 2 0 17 54 105 11 64
Binary 10001101 10010000 1111011 10 0 1111 101100 1000101 1001 110100

Color Harmonies of #8D907B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D907B

Black with #8D907B

Text Example


Text Example

White with #8D907B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,144,123); }

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

background-color css

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

 a { background-color: rgb(141,144,123); }

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

border-color css

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

 span { border-color: rgb(141,144,123); }

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