Html Css Color HEX #949A7E Sage

📋 copy color: '#949A7E'

red 148 ◦ green 154 ◦ blue 126

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

Shades of Sage #949A7E

Tints of Sage #949A7E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.98%

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

R = 34.58%
G = 35.98%
B = 29.44%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#949A7E (or 0x949A7E) is known color: Sage. HEX triplet: 94, 9A and 7E. RGB value is (148,154,126). Sum of RGB (Red+Green+Blue) = 148+154+126=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 126 (49.61% from 255 or 29.44% from 428); Max value from RGB is 154 - color contains mainly: green. Hex color #949A7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949A7E is #6B6581. Grayscale: #959595. Windows color (decimal): -7038338 or 8297108. OLE color: 8297108.

HSL color Cylindrical-coordinate representation of color #949A7E: hue angle of 72.86º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #949A7E is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 154 126 -
CMYK 0.04 0 0.18 0.40
HSL 72.86º 0.12% 0.55% -
HSV(B) 72.86º 0.18% 0.6% -
XYZ 27.53 30.91 24.25 -
YUV 149.01 115.01 127.28 -
System Red Green Blue C M Y K H S L
Decimal 148 154 126 0.04 0 0.18 0.40 72.86 0.12 0.55
Hex 94 9A 7E 4 0 12 28 49 C 37
Octal 224 232 176 4 0 22 50 111 14 67
Binary 10010100 10011010 1111110 100 0 10010 101000 1001001 1100 110111

Color Harmonies of #949A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949A7E

Black with #949A7E

Text Example


Text Example

White with #949A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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