Html Css Color HEX #95A071 Sage

📋 copy color: '#95A071'

red 149 ◦ green 160 ◦ blue 113

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

Shades of Sage #95A071

Tints of Sage #95A071

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.91%

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

R = 35.31%
G = 37.91%
B = 26.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#95A071 (or 0x95A071) is known color: Sage. HEX triplet: 95, A0 and 71. RGB value is (149,160,113). Sum of RGB (Red+Green+Blue) = 149+160+113=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 113 (44.53% from 255 or 26.78% from 422); Max value from RGB is 160 - color contains mainly: green. Hex color #95A071 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A071 is #6A5F8E. Grayscale: #979797. Windows color (decimal): -6971279 or 7446677. OLE color: 7446677.

HSL color Cylindrical-coordinate representation of color #95A071: hue angle of 74.04º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95A071 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 149 160 113 -
CMYK 0.07 0 0.29 0.37
HSL 74.04º 0.2% 0.54% -
HSV(B) 74.04º 0.29% 0.63% -
XYZ 27.95 32.72 20.47 -
YUV 151.35 106.36 126.32 -
System Red Green Blue C M Y K H S L
Decimal 149 160 113 0.07 0 0.29 0.37 74.04 0.2 0.54
Hex 95 A0 71 7 0 1D 25 4A 14 36
Octal 225 240 161 7 0 35 45 112 24 66
Binary 10010101 10100000 1110001 111 0 11101 100101 1001010 10100 110110

Color Harmonies of #95A071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A071

Black with #95A071

Text Example


Text Example

White with #95A071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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