Html Css Color HEX #94A46E Sage

📋 copy color: '#94A46E'

red 148 ◦ green 164 ◦ blue 110

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

Shades of Sage #94A46E

Tints of Sage #94A46E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.86%

 BLUE value IS 110 (43.36% from 255) = 26.07%

R = 35.07%
G = 38.86%
B = 26.07%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#94A46E (or 0x94A46E) is known color: Sage. HEX triplet: 94, A4 and 6E. RGB value is (148,164,110). Sum of RGB (Red+Green+Blue) = 148+164+110=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 164 (64.45% from 255 or 38.86% from 422); Blue value is 110 (43.36% from 255 or 26.07% from 422); Max value from RGB is 164 - color contains mainly: green. Hex color #94A46E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A46E is #6B5B91. Grayscale: #999999. Windows color (decimal): -7035794 or 7251092. OLE color: 7251092.

HSL color Cylindrical-coordinate representation of color #94A46E: hue angle of 77.78º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94A46E is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 164 110 -
CMYK 0.10 0 0.33 0.36
HSL 77.78º 0.23% 0.54% -
HSV(B) 77.78º 0.33% 0.64% -
XYZ 28.3 33.97 19.82 -
YUV 153.06 103.7 124.39 -
System Red Green Blue C M Y K H S L
Decimal 148 164 110 0.10 0 0.33 0.36 77.78 0.23 0.54
Hex 94 A4 6E A 0 21 24 4E 17 36
Octal 224 244 156 12 0 41 44 116 27 66
Binary 10010100 10100100 1101110 1010 0 100001 100100 1001110 10111 110110

Color Harmonies of #94A46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A46E

Black with #94A46E

Text Example


Text Example

White with #94A46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,164,110); }

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

background-color css

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

 a { background-color: rgb(148,164,110); }

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

border-color css

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

 span { border-color: rgb(148,164,110); }

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