Html Css Color HEX #949D7A Sage

📋 copy color: '#949D7A'

red 148 ◦ green 157 ◦ blue 122

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

Shades of Sage #949D7A

Tints of Sage #949D7A

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.77%

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

R = 34.66%
G = 36.77%
B = 28.57%

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

#949D7A (or 0x949D7A) is known color: Sage. HEX triplet: 94, 9D and 7A. RGB value is (148,157,122). Sum of RGB (Red+Green+Blue) = 148+157+122=427 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.66% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 122 (48.05% from 255 or 28.57% from 427); Max value from RGB is 157 - color contains mainly: green. Hex color #949D7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949D7A is #6B6285. Grayscale: #969696. Windows color (decimal): -7037574 or 8035732. OLE color: 8035732.

HSL color Cylindrical-coordinate representation of color #949D7A: hue angle of 75.43º 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 #949D7A is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 157 122 -
CMYK 0.06 0 0.22 0.38
HSL 75.43º 0.15% 0.55% -
HSV(B) 75.43º 0.22% 0.62% -
XYZ 27.78 31.81 23.09 -
YUV 150.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 148 157 122 0.06 0 0.22 0.38 75.43 0.15 0.55
Hex 94 9D 7A 6 0 16 26 4B F 37
Octal 224 235 172 6 0 26 46 113 17 67
Binary 10010100 10011101 1111010 110 0 10110 100110 1001011 1111 110111

Color Harmonies of #949D7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949D7A

Black with #949D7A

Text Example


Text Example

White with #949D7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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