Html Css Color HEX #94A47A Sage

📋 copy color: '#94A47A'

red 148 ◦ green 164 ◦ blue 122

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

Shades of Sage #94A47A

Tints of Sage #94A47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.11%

R = 34.1%
G = 37.79%
B = 28.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#94A47A (or 0x94A47A) is known color: Sage. HEX triplet: 94, A4 and 7A. RGB value is (148,164,122). Sum of RGB (Red+Green+Blue) = 148+164+122=434 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.10% from 434); Green value is 164 (64.45% from 255 or 37.79% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 164 - color contains mainly: green. Hex color #94A47A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A47A is #6B5B85. Grayscale: #9A9A9A. Windows color (decimal): -7035782 or 8037524. OLE color: 8037524.

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

Color convert

RGB 148 164 122 -
CMYK 0.10 0 0.26 0.36
HSL 82.86º 0.19% 0.56% -
HSV(B) 82.86º 0.26% 0.64% -
XYZ 29 34.25 23.5 -
YUV 154.43 109.7 123.42 -
System Red Green Blue C M Y K H S L
Decimal 148 164 122 0.10 0 0.26 0.36 82.86 0.19 0.56
Hex 94 A4 7A A 0 1A 24 53 13 38
Octal 224 244 172 12 0 32 44 123 23 70
Binary 10010100 10100100 1111010 1010 0 11010 100100 1010011 10011 111000

Color Harmonies of #94A47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A47A

Black with #94A47A

Text Example


Text Example

White with #94A47A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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