Html Css Color HEX #94A57B Sage

📋 copy color: '#94A57B'

red 148 ◦ green 165 ◦ blue 123

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

Shades of Sage #94A57B

Tints of Sage #94A57B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.84%

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

R = 33.94%
G = 37.84%
B = 28.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#94A57B (or 0x94A57B) is known color: Sage. HEX triplet: 94, A5 and 7B. RGB value is (148,165,123). Sum of RGB (Red+Green+Blue) = 148+165+123=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 165 (64.84% from 255 or 37.84% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 165 - color contains mainly: green. Hex color #94A57B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A57B is #6B5A84. Grayscale: #9B9B9B. Windows color (decimal): -7035525 or 8103316. OLE color: 8103316.

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

Color convert

RGB 148 165 123 -
CMYK 0.10 0 0.25 0.35
HSL 84.29º 0.19% 0.56% -
HSV(B) 84.29º 0.25% 0.65% -
XYZ 29.24 34.64 23.88 -
YUV 155.13 109.87 122.92 -
System Red Green Blue C M Y K H S L
Decimal 148 165 123 0.10 0 0.25 0.35 84.29 0.19 0.56
Hex 94 A5 7B A 0 19 23 54 13 38
Octal 224 245 173 12 0 31 43 124 23 70
Binary 10010100 10100101 1111011 1010 0 11001 100011 1010100 10011 111000

Color Harmonies of #94A57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A57B

Black with #94A57B

Text Example


Text Example

White with #94A57B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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