Html Css Color HEX #94987D Sage

📋 copy color: '#94987D'

red 148 ◦ green 152 ◦ blue 125

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

Shades of Sage #94987D

Tints of Sage #94987D

RGB

 RED value IS 148 (58.2% from 255) = 34.82%

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

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

R = 34.82%
G = 35.76%
B = 29.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#94987D (or 0x94987D) is known color: Sage. HEX triplet: 94, 98 and 7D. RGB value is (148,152,125). Sum of RGB (Red+Green+Blue) = 148+152+125=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 152 - color contains mainly: green. Hex color #94987D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94987D is #6B6782. Grayscale: #939393. Windows color (decimal): -7038851 or 8231060. OLE color: 8231060.

HSL color Cylindrical-coordinate representation of color #94987D: hue angle of 68.89º 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 #94987D is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 152 125 -
CMYK 0.03 0 0.18 0.40
HSL 68.89º 0.12% 0.54% -
HSV(B) 68.89º 0.18% 0.6% -
XYZ 27.14 30.23 23.81 -
YUV 147.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 148 152 125 0.03 0 0.18 0.40 68.89 0.12 0.54
Hex 94 98 7D 3 0 12 28 45 C 36
Octal 224 230 175 3 0 22 50 105 14 66
Binary 10010100 10011000 1111101 11 0 10010 101000 1000101 1100 110110

Color Harmonies of #94987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94987D

Black with #94987D

Text Example


Text Example

White with #94987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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