Html Css Color HEX #94A078 Sage

📋 copy color: '#94A078'

red 148 ◦ green 160 ◦ blue 120

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

Shades of Sage #94A078

Tints of Sage #94A078

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.38%

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

R = 34.58%
G = 37.38%
B = 28.04%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#94A078 (or 0x94A078) is known color: Sage. HEX triplet: 94, A0 and 78. RGB value is (148,160,120). Sum of RGB (Red+Green+Blue) = 148+160+120=428 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.58% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 120 (47.27% from 255 or 28.04% from 428); Max value from RGB is 160 - color contains mainly: green. Hex color #94A078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A078 is #6B5F87. Grayscale: #979797. Windows color (decimal): -7036808 or 7905428. OLE color: 7905428.

HSL color Cylindrical-coordinate representation of color #94A078: hue angle of 78º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94A078 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 148 160 120 -
CMYK 0.07 0 0.25 0.37
HSL 78º 0.17% 0.55% -
HSV(B) 78º 0.25% 0.63% -
XYZ 28.17 32.79 22.61 -
YUV 151.85 110.02 125.25 -
System Red Green Blue C M Y K H S L
Decimal 148 160 120 0.07 0 0.25 0.37 78 0.17 0.55
Hex 94 A0 78 7 0 19 25 4E 11 37
Octal 224 240 170 7 0 31 45 116 21 67
Binary 10010100 10100000 1111000 111 0 11001 100101 1001110 10001 110111

Color Harmonies of #94A078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A078

Black with #94A078

Text Example


Text Example

White with #94A078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A078; }

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

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

background-color css

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

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

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

border-color css

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

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

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