Html Css Color HEX #94A07B Sage

📋 copy color: '#94A07B'

red 148 ◦ green 160 ◦ blue 123

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

Shades of Sage #94A07B

Tints of Sage #94A07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.54%

R = 34.34%
G = 37.12%
B = 28.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#94A07B (or 0x94A07B) is known color: Sage. HEX triplet: 94, A0 and 7B. RGB value is (148,160,123). Sum of RGB (Red+Green+Blue) = 148+160+123=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 160 (62.89% from 255 or 37.12% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 160 - color contains mainly: green. Hex color #94A07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A07B is #6B5F84. Grayscale: #989898. Windows color (decimal): -7036805 or 8102036. OLE color: 8102036.

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

Color convert

RGB 148 160 123 -
CMYK 0.07 0 0.23 0.37
HSL 79.46º 0.16% 0.55% -
HSV(B) 79.46º 0.23% 0.63% -
XYZ 28.36 32.87 23.59 -
YUV 152.19 111.52 125.01 -
System Red Green Blue C M Y K H S L
Decimal 148 160 123 0.07 0 0.23 0.37 79.46 0.16 0.55
Hex 94 A0 7B 7 0 17 25 4F 10 37
Octal 224 240 173 7 0 27 45 117 20 67
Binary 10010100 10100000 1111011 111 0 10111 100101 1001111 10000 110111

Color Harmonies of #94A07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A07B

Black with #94A07B

Text Example


Text Example

White with #94A07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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