Html Css Color HEX #94987F Sage

📋 copy color: '#94987F'

red 148 ◦ green 152 ◦ blue 127

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

Shades of Sage #94987F

Tints of Sage #94987F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.74%

R = 34.66%
G = 35.6%
B = 29.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#94987F (or 0x94987F) is known color: Sage. HEX triplet: 94, 98 and 7F. RGB value is (148,152,127). Sum of RGB (Red+Green+Blue) = 148+152+127=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 152 - color contains mainly: green. Hex color #94987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94987F is #6B6780. Grayscale: #949494. Windows color (decimal): -7038849 or 8362132. OLE color: 8362132.

HSL color Cylindrical-coordinate representation of color #94987F: hue angle of 69.6º degrees, saturation: 0.11, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #94987F is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 152 127 -
CMYK 0.03 0 0.16 0.40
HSL 69.6º 0.11% 0.55% -
HSV(B) 69.6º 0.16% 0.6% -
XYZ 27.27 30.28 24.49 -
YUV 147.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 148 152 127 0.03 0 0.16 0.40 69.6 0.11 0.55
Hex 94 98 7F 3 0 10 28 46 B 37
Octal 224 230 177 3 0 20 50 106 13 67
Binary 10010100 10011000 1111111 11 0 10000 101000 1000110 1011 110111

Color Harmonies of #94987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94987F

Black with #94987F

Text Example


Text Example

White with #94987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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