Html Css Color HEX #949E7B Sage

📋 copy color: '#949E7B'

red 148 ◦ green 158 ◦ blue 123

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

Shades of Sage #949E7B

Tints of Sage #949E7B

RGB

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

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

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

R = 34.5%
G = 36.83%
B = 28.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#949E7B (or 0x949E7B) is known color: Sage. HEX triplet: 94, 9E and 7B. RGB value is (148,158,123). Sum of RGB (Red+Green+Blue) = 148+158+123=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 158 - color contains mainly: green. Hex color #949E7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949E7B is #6B6184. Grayscale: #979797. Windows color (decimal): -7037317 or 8101524. OLE color: 8101524.

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

Color convert

RGB 148 158 123 -
CMYK 0.06 0 0.22 0.38
HSL 77.14º 0.15% 0.55% -
HSV(B) 77.14º 0.22% 0.62% -
XYZ 28.01 32.18 23.47 -
YUV 151.02 112.19 125.85 -
System Red Green Blue C M Y K H S L
Decimal 148 158 123 0.06 0 0.22 0.38 77.14 0.15 0.55
Hex 94 9E 7B 6 0 16 26 4D F 37
Octal 224 236 173 6 0 26 46 115 17 67
Binary 10010100 10011110 1111011 110 0 10110 100110 1001101 1111 110111

Color Harmonies of #949E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949E7B

Black with #949E7B

Text Example


Text Example

White with #949E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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