Html Css Color HEX #95A072 Sage

📋 copy color: '#95A072'

red 149 ◦ green 160 ◦ blue 114

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

Shades of Sage #95A072

Tints of Sage #95A072

RGB

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

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

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

R = 35.22%
G = 37.83%
B = 26.95%

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

#95A072 (or 0x95A072) is known color: Sage. HEX triplet: 95, A0 and 72. RGB value is (149,160,114). Sum of RGB (Red+Green+Blue) = 149+160+114=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 160 - color contains mainly: green. Hex color #95A072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A072 is #6A5F8D. Grayscale: #979797. Windows color (decimal): -6971278 or 7512213. OLE color: 7512213.

HSL color Cylindrical-coordinate representation of color #95A072: hue angle of 74.35º degrees, saturation: 0.19, 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 #95A072 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 149 160 114 -
CMYK 0.07 0 0.29 0.37
HSL 74.35º 0.19% 0.54% -
HSV(B) 74.35º 0.29% 0.63% -
XYZ 28 32.75 20.76 -
YUV 151.47 106.86 126.24 -
System Red Green Blue C M Y K H S L
Decimal 149 160 114 0.07 0 0.29 0.37 74.35 0.19 0.54
Hex 95 A0 72 7 0 1D 25 4A 13 36
Octal 225 240 162 7 0 35 45 112 23 66
Binary 10010101 10100000 1110010 111 0 11101 100101 1001010 10011 110110

Color Harmonies of #95A072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A072

Black with #95A072

Text Example


Text Example

White with #95A072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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