Html Css Color HEX #94A37F Sage

📋 copy color: '#94A37F'

red 148 ◦ green 163 ◦ blue 127

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

Shades of Sage #94A37F

Tints of Sage #94A37F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.21%

 BLUE value IS 127 (50% from 255) = 29%

R = 33.79%
G = 37.21%
B = 29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#94A37F (or 0x94A37F) is known color: Sage. HEX triplet: 94, A3 and 7F. RGB value is (148,163,127). Sum of RGB (Red+Green+Blue) = 148+163+127=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 163 - color contains mainly: green. Hex color #94A37F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A37F is #6B5C80. Grayscale: #9A9A9A. Windows color (decimal): -7036033 or 8364948. OLE color: 8364948.

HSL color Cylindrical-coordinate representation of color #94A37F: hue angle of 85º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #94A37F is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 163 127 -
CMYK 0.09 0 0.22 0.36
HSL 85º 0.16% 0.57% -
HSV(B) 85º 0.22% 0.64% -
XYZ 29.14 34.02 25.11 -
YUV 154.41 112.53 123.43 -
System Red Green Blue C M Y K H S L
Decimal 148 163 127 0.09 0 0.22 0.36 85 0.16 0.57
Hex 94 A3 7F 9 0 16 24 55 10 39
Octal 224 243 177 11 0 26 44 125 20 71
Binary 10010100 10100011 1111111 1001 0 10110 100100 1010101 10000 111001

Color Harmonies of #94A37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A37F

Black with #94A37F

Text Example


Text Example

White with #94A37F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,163,127); }

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

background-color css

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

 a { background-color: rgb(148,163,127); }

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

border-color css

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

 span { border-color: rgb(148,163,127); }

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