Html Css Color HEX #949A74 Sage

📋 copy color: '#949A74'

red 148 ◦ green 154 ◦ blue 116

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

Shades of Sage #949A74

Tints of Sage #949A74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.75%

R = 35.41%
G = 36.84%
B = 27.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#949A74 (or 0x949A74) is known color: Sage. HEX triplet: 94, 9A and 74. RGB value is (148,154,116). Sum of RGB (Red+Green+Blue) = 148+154+116=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 154 - color contains mainly: green. Hex color #949A74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949A74 is #6B658B. Grayscale: #949494. Windows color (decimal): -7038348 or 7641748. OLE color: 7641748.

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

Color convert

RGB 148 154 116 -
CMYK 0.04 0 0.25 0.40
HSL 69.47º 0.16% 0.53% -
HSV(B) 69.47º 0.25% 0.6% -
XYZ 26.92 30.67 21.02 -
YUV 147.87 110.01 128.09 -
System Red Green Blue C M Y K H S L
Decimal 148 154 116 0.04 0 0.25 0.40 69.47 0.16 0.53
Hex 94 9A 74 4 0 19 28 45 10 35
Octal 224 232 164 4 0 31 50 105 20 65
Binary 10010100 10011010 1110100 100 0 11001 101000 1000101 10000 110101

Color Harmonies of #949A74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949A74

Black with #949A74

Text Example


Text Example

White with #949A74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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