Html Css Color HEX #94A07D Sage

📋 copy color: '#94A07D'

red 148 ◦ green 160 ◦ blue 125

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

Shades of Sage #94A07D

Tints of Sage #94A07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.87%

R = 34.18%
G = 36.95%
B = 28.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#94A07D (or 0x94A07D) is known color: Sage. HEX triplet: 94, A0 and 7D. RGB value is (148,160,125). Sum of RGB (Red+Green+Blue) = 148+160+125=433 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.18% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 160 - color contains mainly: green. Hex color #94A07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A07D is #6B5F82. Grayscale: #989898. Windows color (decimal): -7036803 or 8233108. OLE color: 8233108.

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

Color convert

RGB 148 160 125 -
CMYK 0.07 0 0.22 0.37
HSL 80.57º 0.16% 0.56% -
HSV(B) 80.57º 0.22% 0.63% -
XYZ 28.49 32.92 24.25 -
YUV 152.42 112.52 124.85 -
System Red Green Blue C M Y K H S L
Decimal 148 160 125 0.07 0 0.22 0.37 80.57 0.16 0.56
Hex 94 A0 7D 7 0 16 25 51 10 38
Octal 224 240 175 7 0 26 45 121 20 70
Binary 10010100 10100000 1111101 111 0 10110 100101 1010001 10000 111000

Color Harmonies of #94A07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A07D

Black with #94A07D

Text Example


Text Example

White with #94A07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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