Html Css Color HEX #94A372 Sage

📋 copy color: '#94A372'

red 148 ◦ green 163 ◦ blue 114

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

Shades of Sage #94A372

Tints of Sage #94A372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 26.82%

R = 34.82%
G = 38.35%
B = 26.82%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#94A372 (or 0x94A372) is known color: Sage. HEX triplet: 94, A3 and 72. RGB value is (148,163,114). Sum of RGB (Red+Green+Blue) = 148+163+114=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 114 (44.92% from 255 or 26.82% from 425); Max value from RGB is 163 - color contains mainly: green. Hex color #94A372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A372 is #6B5C8D. Grayscale: #999999. Windows color (decimal): -7036046 or 7512980. OLE color: 7512980.

HSL color Cylindrical-coordinate representation of color #94A372: hue angle of 78.37º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94A372 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 163 114 -
CMYK 0.09 0 0.30 0.36
HSL 78.37º 0.21% 0.54% -
HSV(B) 78.37º 0.3% 0.64% -
XYZ 28.35 33.71 20.93 -
YUV 152.93 106.03 124.48 -
System Red Green Blue C M Y K H S L
Decimal 148 163 114 0.09 0 0.30 0.36 78.37 0.21 0.54
Hex 94 A3 72 9 0 1E 24 4E 15 36
Octal 224 243 162 11 0 36 44 116 25 66
Binary 10010100 10100011 1110010 1001 0 11110 100100 1001110 10101 110110

Color Harmonies of #94A372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A372

Black with #94A372

Text Example


Text Example

White with #94A372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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