Html Css Color HEX #95A27F Sage

📋 copy color: '#95A27F'

red 149 ◦ green 162 ◦ blue 127

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

Shades of Sage #95A27F

Tints of Sage #95A27F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.99%

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

R = 34.02%
G = 36.99%
B = 29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#95A27F (or 0x95A27F) is known color: Sage. HEX triplet: 95, A2 and 7F. RGB value is (149,162,127). Sum of RGB (Red+Green+Blue) = 149+162+127=438 (58% of max value = 765). Red value is 149 (58.59% from 255 or 34.02% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 162 - color contains mainly: green. Hex color #95A27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A27F is #6A5D80. Grayscale: #9A9A9A. Windows color (decimal): -6970753 or 8364693. OLE color: 8364693.

HSL color Cylindrical-coordinate representation of color #95A27F: hue angle of 82.29º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #95A27F is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 162 127 -
CMYK 0.08 0 0.22 0.36
HSL 82.29º 0.16% 0.57% -
HSV(B) 82.29º 0.22% 0.64% -
XYZ 29.15 33.76 25.06 -
YUV 154.12 112.69 124.35 -
System Red Green Blue C M Y K H S L
Decimal 149 162 127 0.08 0 0.22 0.36 82.29 0.16 0.57
Hex 95 A2 7F 8 0 16 24 52 10 39
Octal 225 242 177 10 0 26 44 122 20 71
Binary 10010101 10100010 1111111 1000 0 10110 100100 1010010 10000 111001

Color Harmonies of #95A27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A27F

Black with #95A27F

Text Example


Text Example

White with #95A27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,162,127); }

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

background-color css

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

 a { background-color: rgb(149,162,127); }

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

border-color css

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

 span { border-color: rgb(149,162,127); }

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