Html Css Color HEX #95A07C Sage

📋 copy color: '#95A07C'

red 149 ◦ green 160 ◦ blue 124

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

Shades of Sage #95A07C

Tints of Sage #95A07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.64%

R = 34.41%
G = 36.95%
B = 28.64%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#95A07C (or 0x95A07C) is known color: Sage. HEX triplet: 95, A0 and 7C. RGB value is (149,160,124). Sum of RGB (Red+Green+Blue) = 149+160+124=433 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.41% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 124 (48.83% from 255 or 28.64% from 433); Max value from RGB is 160 - color contains mainly: green. Hex color #95A07C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A07C is #6A5F83. Grayscale: #989898. Windows color (decimal): -6971268 or 8167573. OLE color: 8167573.

HSL color Cylindrical-coordinate representation of color #95A07C: hue angle of 78.33º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95A07C is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 149 160 124 -
CMYK 0.07 0 0.22 0.37
HSL 78.33º 0.16% 0.56% -
HSV(B) 78.33º 0.23% 0.63% -
XYZ 28.6 32.99 23.93 -
YUV 152.61 111.86 125.43 -
System Red Green Blue C M Y K H S L
Decimal 149 160 124 0.07 0 0.22 0.37 78.33 0.16 0.56
Hex 95 A0 7C 7 0 16 25 4E 10 38
Octal 225 240 174 7 0 26 45 116 20 70
Binary 10010101 10100000 1111100 111 0 10110 100101 1001110 10000 111000

Color Harmonies of #95A07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A07C

Black with #95A07C

Text Example


Text Example

White with #95A07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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