Html Css Color HEX #95A571 Sage

📋 copy color: '#95A571'

red 149 ◦ green 165 ◦ blue 113

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

Shades of Sage #95A571

Tints of Sage #95A571

RGB

 RED value IS 149 (58.59% from 255) = 34.89%

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

 BLUE value IS 113 (44.53% from 255) = 26.46%

R = 34.89%
G = 38.64%
B = 26.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#95A571 (or 0x95A571) is known color: Sage. HEX triplet: 95, A5 and 71. RGB value is (149,165,113). Sum of RGB (Red+Green+Blue) = 149+165+113=427 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.89% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 113 (44.53% from 255 or 26.46% from 427); Max value from RGB is 165 - color contains mainly: green. Hex color #95A571 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A571 is #6A5A8E. Grayscale: #9A9A9A. Windows color (decimal): -6969999 or 7447957. OLE color: 7447957.

HSL color Cylindrical-coordinate representation of color #95A571: hue angle of 78.46º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #95A571 is Cyan = 0.10, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 165 113 -
CMYK 0.10 0 0.32 0.35
HSL 78.46º 0.22% 0.55% -
HSV(B) 78.46º 0.32% 0.65% -
XYZ 28.83 34.49 20.76 -
YUV 154.29 104.7 124.23 -
System Red Green Blue C M Y K H S L
Decimal 149 165 113 0.10 0 0.32 0.35 78.46 0.22 0.55
Hex 95 A5 71 A 0 20 23 4E 16 37
Octal 225 245 161 12 0 40 43 116 26 67
Binary 10010101 10100101 1110001 1010 0 100000 100011 1001110 10110 110111

Color Harmonies of #95A571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A571

Black with #95A571

Text Example


Text Example

White with #95A571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95A571; }

 p { color: rgb(149,165,113); }

 H1.HeaderClassName
 {
   color: #95A571;
 }
 .AnyTagClassName
 {
   color: #95A571;
 }
</style>

background-color css

<style>
 a { background-color: #95A571; }

 a { background-color: rgb(149,165,113); }

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

border-color css

<style>
 span { border-color: #95A571; }

 span { border-color: rgb(149,165,113); }

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