Html Css Color HEX #949878 Sage

📋 copy color: '#949878'

red 148 ◦ green 152 ◦ blue 120

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

Shades of Sage #949878

Tints of Sage #949878

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.19%

 BLUE value IS 120 (47.27% from 255) = 28.57%

R = 35.24%
G = 36.19%
B = 28.57%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#949878 (or 0x949878) is known color: Sage. HEX triplet: 94, 98 and 78. RGB value is (148,152,120). Sum of RGB (Red+Green+Blue) = 148+152+120=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 152 (59.77% from 255 or 36.19% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 152 - color contains mainly: green. Hex color #949878 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949878 is #6B6787. Grayscale: #939393. Windows color (decimal): -7038856 or 7903380. OLE color: 7903380.

HSL color Cylindrical-coordinate representation of color #949878: hue angle of 67.5º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #949878 is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 152 120 -
CMYK 0.03 0 0.21 0.40
HSL 67.5º 0.13% 0.53% -
HSV(B) 67.5º 0.21% 0.6% -
XYZ 26.83 30.11 22.17 -
YUV 147.16 112.67 128.6 -
System Red Green Blue C M Y K H S L
Decimal 148 152 120 0.03 0 0.21 0.40 67.5 0.13 0.53
Hex 94 98 78 3 0 15 28 44 D 35
Octal 224 230 170 3 0 25 50 104 15 65
Binary 10010100 10011000 1111000 11 0 10101 101000 1000100 1101 110101

Color Harmonies of #949878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949878

Black with #949878

Text Example


Text Example

White with #949878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949878; }

 p { color: rgb(148,152,120); }

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

background-color css

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

 a { background-color: rgb(148,152,120); }

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

border-color css

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

 span { border-color: rgb(148,152,120); }

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