Html Css Color HEX #949F7A Sage

📋 copy color: '#949F7A'

red 148 ◦ green 159 ◦ blue 122

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

Shades of Sage #949F7A

Tints of Sage #949F7A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.06%

 BLUE value IS 122 (48.05% from 255) = 28.44%

R = 34.5%
G = 37.06%
B = 28.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.38

RGB Variations

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

Color information

#949F7A (or 0x949F7A) is known color: Sage. HEX triplet: 94, 9F and 7A. RGB value is (148,159,122). Sum of RGB (Red+Green+Blue) = 148+159+122=429 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.50% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 159 - color contains mainly: green. Hex color #949F7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949F7A is #6B6085. Grayscale: #979797. Windows color (decimal): -7037062 or 8036244. OLE color: 8036244.

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

Color convert

RGB 148 159 122 -
CMYK 0.07 0 0.23 0.38
HSL 77.84º 0.16% 0.55% -
HSV(B) 77.84º 0.23% 0.62% -
XYZ 28.12 32.5 23.2 -
YUV 151.49 111.36 125.51 -
System Red Green Blue C M Y K H S L
Decimal 148 159 122 0.07 0 0.23 0.38 77.84 0.16 0.55
Hex 94 9F 7A 7 0 17 26 4E 10 37
Octal 224 237 172 7 0 27 46 116 20 67
Binary 10010100 10011111 1111010 111 0 10111 100110 1001110 10000 110111

Color Harmonies of #949F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949F7A

Black with #949F7A

Text Example


Text Example

White with #949F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,159,122); }

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

background-color css

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

 a { background-color: rgb(148,159,122); }

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

border-color css

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

 span { border-color: rgb(148,159,122); }

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