Html Css Color HEX #94A175 Sage

📋 copy color: '#94A175'

red 148 ◦ green 161 ◦ blue 117

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

Shades of Sage #94A175

Tints of Sage #94A175

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.79%

 BLUE value IS 117 (46.09% from 255) = 27.46%

R = 34.74%
G = 37.79%
B = 27.46%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#94A175 (or 0x94A175) is known color: Sage. HEX triplet: 94, A1 and 75. RGB value is (148,161,117). Sum of RGB (Red+Green+Blue) = 148+161+117=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 161 (63.28% from 255 or 37.79% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 161 - color contains mainly: green. Hex color #94A175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A175 is #6B5E8A. Grayscale: #989898. Windows color (decimal): -7036555 or 7709076. OLE color: 7709076.

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

Color convert

RGB 148 161 117 -
CMYK 0.08 0 0.27 0.37
HSL 77.73º 0.19% 0.55% -
HSV(B) 77.73º 0.27% 0.63% -
XYZ 28.17 33.07 21.73 -
YUV 152.1 108.19 125.08 -
System Red Green Blue C M Y K H S L
Decimal 148 161 117 0.08 0 0.27 0.37 77.73 0.19 0.55
Hex 94 A1 75 8 0 1B 25 4E 13 37
Octal 224 241 165 10 0 33 45 116 23 67
Binary 10010100 10100001 1110101 1000 0 11011 100101 1001110 10011 110111

Color Harmonies of #94A175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A175

Black with #94A175

Text Example


Text Example

White with #94A175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,161,117); }

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

background-color css

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

 a { background-color: rgb(148,161,117); }

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

border-color css

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

 span { border-color: rgb(148,161,117); }

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