Html Css Color HEX #949E7E Sage

📋 copy color: '#949E7E'

red 148 ◦ green 158 ◦ blue 126

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

Shades of Sage #949E7E

Tints of Sage #949E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.17%

R = 34.26%
G = 36.57%
B = 29.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#949E7E (or 0x949E7E) is known color: Sage. HEX triplet: 94, 9E and 7E. RGB value is (148,158,126). Sum of RGB (Red+Green+Blue) = 148+158+126=432 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.26% from 432); Green value is 158 (62.11% from 255 or 36.57% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 158 - color contains mainly: green. Hex color #949E7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949E7E is #6B6181. Grayscale: #979797. Windows color (decimal): -7037314 or 8298132. OLE color: 8298132.

HSL color Cylindrical-coordinate representation of color #949E7E: hue angle of 78.75º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #949E7E is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 158 126 -
CMYK 0.06 0 0.20 0.38
HSL 78.75º 0.14% 0.56% -
HSV(B) 78.75º 0.2% 0.62% -
XYZ 28.21 32.26 24.48 -
YUV 151.36 113.69 125.6 -
System Red Green Blue C M Y K H S L
Decimal 148 158 126 0.06 0 0.20 0.38 78.75 0.14 0.56
Hex 94 9E 7E 6 0 14 26 4F E 38
Octal 224 236 176 6 0 24 46 117 16 70
Binary 10010100 10011110 1111110 110 0 10100 100110 1001111 1110 111000

Color Harmonies of #949E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949E7E

Black with #949E7E

Text Example


Text Example

White with #949E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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