Html Css Color HEX #95987D Sage

📋 copy color: '#95987D'

red 149 ◦ green 152 ◦ blue 125

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

Shades of Sage #95987D

Tints of Sage #95987D

RGB

 RED value IS 149 (58.59% from 255) = 34.98%

 GREEN value IS 152 (59.77% from 255) = 35.68%

 BLUE value IS 125 (49.22% from 255) = 29.34%

R = 34.98%
G = 35.68%
B = 29.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#95987D (or 0x95987D) is known color: Sage. HEX triplet: 95, 98 and 7D. RGB value is (149,152,125). Sum of RGB (Red+Green+Blue) = 149+152+125=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 152 - color contains mainly: green. Hex color #95987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95987D is #6A6782. Grayscale: #949494. Windows color (decimal): -6973315 or 8231061. OLE color: 8231061.

HSL color Cylindrical-coordinate representation of color #95987D: hue angle of 66.67º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #95987D is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 152 125 -
CMYK 0.02 0 0.18 0.40
HSL 66.67º 0.12% 0.54% -
HSV(B) 66.67º 0.18% 0.6% -
XYZ 27.32 30.33 23.82 -
YUV 148.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 149 152 125 0.02 0 0.18 0.40 66.67 0.12 0.54
Hex 95 98 7D 2 0 12 28 43 C 36
Octal 225 230 175 2 0 22 50 103 14 66
Binary 10010101 10011000 1111101 10 0 10010 101000 1000011 1100 110110

Color Harmonies of #95987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95987D

Black with #95987D

Text Example


Text Example

White with #95987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95987D; }

 p { color: rgb(149,152,125); }

 H1.HeaderClassName
 {
   color: #95987D;
 }
 .AnyTagClassName
 {
   color: #95987D;
 }
</style>

background-color css

<style>
 a { background-color: #95987D; }

 a { background-color: rgb(149,152,125); }

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

border-color css

<style>
 span { border-color: #95987D; }

 span { border-color: rgb(149,152,125); }

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