Html Css Color HEX #949E7D Sage

📋 copy color: '#949E7D'

red 148 ◦ green 158 ◦ blue 125

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

Shades of Sage #949E7D

Tints of Sage #949E7D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.66%

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

R = 34.34%
G = 36.66%
B = 29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.38

RGB Variations

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

Color information

#949E7D (or 0x949E7D) is known color: Sage. HEX triplet: 94, 9E and 7D. RGB value is (148,158,125). Sum of RGB (Red+Green+Blue) = 148+158+125=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 158 - color contains mainly: green. Hex color #949E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949E7D is #6B6182. Grayscale: #979797. Windows color (decimal): -7037315 or 8232596. OLE color: 8232596.

HSL color Cylindrical-coordinate representation of color #949E7D: hue angle of 78.18º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #949E7D is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 158 125 -
CMYK 0.06 0 0.21 0.38
HSL 78.18º 0.15% 0.55% -
HSV(B) 78.18º 0.21% 0.62% -
XYZ 28.14 32.23 24.14 -
YUV 151.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 148 158 125 0.06 0 0.21 0.38 78.18 0.15 0.55
Hex 94 9E 7D 6 0 15 26 4E F 37
Octal 224 236 175 6 0 25 46 116 17 67
Binary 10010100 10011110 1111101 110 0 10101 100110 1001110 1111 110111

Color Harmonies of #949E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949E7D

Black with #949E7D

Text Example


Text Example

White with #949E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949E7D; }

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

 H1.HeaderClassName
 {
   color: #949E7D;
 }
 .AnyTagClassName
 {
   color: #949E7D;
 }
</style>

background-color css

<style>
 a { background-color: #949E7D; }

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

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

border-color css

<style>
 span { border-color: #949E7D; }

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

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