Html Css Color HEX #94A36D Sage

📋 copy color: '#94A36D'

red 148 ◦ green 163 ◦ blue 109

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

Shades of Sage #94A36D

Tints of Sage #94A36D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.95%

R = 35.24%
G = 38.81%
B = 25.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#94A36D (or 0x94A36D) is known color: Sage. HEX triplet: 94, A3 and 6D. RGB value is (148,163,109). Sum of RGB (Red+Green+Blue) = 148+163+109=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 163 - color contains mainly: green. Hex color #94A36D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A36D is #6B5C92. Grayscale: #989898. Windows color (decimal): -7036051 or 7185300. OLE color: 7185300.

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

Color convert

RGB 148 163 109 -
CMYK 0.09 0 0.33 0.36
HSL 76.67º 0.23% 0.53% -
HSV(B) 76.67º 0.33% 0.64% -
XYZ 28.07 33.59 19.47 -
YUV 152.36 103.53 124.89 -
System Red Green Blue C M Y K H S L
Decimal 148 163 109 0.09 0 0.33 0.36 76.67 0.23 0.53
Hex 94 A3 6D 9 0 21 24 4D 17 35
Octal 224 243 155 11 0 41 44 115 27 65
Binary 10010100 10100011 1101101 1001 0 100001 100100 1001101 10111 110101

Color Harmonies of #94A36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A36D

Black with #94A36D

Text Example


Text Example

White with #94A36D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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