Html Css Color HEX #94A17F Sage

📋 copy color: '#94A17F'

red 148 ◦ green 161 ◦ blue 127

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

Shades of Sage #94A17F

Tints of Sage #94A17F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.93%

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

R = 33.94%
G = 36.93%
B = 29.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#94A17F (or 0x94A17F) is known color: Sage. HEX triplet: 94, A1 and 7F. RGB value is (148,161,127). Sum of RGB (Red+Green+Blue) = 148+161+127=436 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.94% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 161 - color contains mainly: green. Hex color #94A17F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94A17F is #6B5E80. Grayscale: #999999. Windows color (decimal): -7036545 or 8364436. OLE color: 8364436.

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

Color convert

RGB 148 161 127 -
CMYK 0.08 0 0.21 0.37
HSL 82.94º 0.15% 0.56% -
HSV(B) 82.94º 0.21% 0.63% -
XYZ 28.79 33.32 24.99 -
YUV 153.24 113.19 124.26 -
System Red Green Blue C M Y K H S L
Decimal 148 161 127 0.08 0 0.21 0.37 82.94 0.15 0.56
Hex 94 A1 7F 8 0 15 25 53 F 38
Octal 224 241 177 10 0 25 45 123 17 70
Binary 10010100 10100001 1111111 1000 0 10101 100101 1010011 1111 111000

Color Harmonies of #94A17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A17F

Black with #94A17F

Text Example


Text Example

White with #94A17F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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