Html Css Color HEX #95A67E Sage

📋 copy color: '#95A67E'

red 149 ◦ green 166 ◦ blue 126

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

Shades of Sage #95A67E

Tints of Sage #95A67E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.64%

 BLUE value IS 126 (49.61% from 255) = 28.57%

R = 33.79%
G = 37.64%
B = 28.57%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#95A67E (or 0x95A67E) is known color: Sage. HEX triplet: 95, A6 and 7E. RGB value is (149,166,126). Sum of RGB (Red+Green+Blue) = 149+166+126=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 166 (65.23% from 255 or 37.64% from 441); Blue value is 126 (49.61% from 255 or 28.57% from 441); Max value from RGB is 166 - color contains mainly: green. Hex color #95A67E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A67E is #6A5981. Grayscale: #9C9C9C. Windows color (decimal): -6969730 or 8300181. OLE color: 8300181.

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

Color convert

RGB 149 166 126 -
CMYK 0.10 0 0.24 0.35
HSL 85.5º 0.18% 0.57% -
HSV(B) 85.5º 0.24% 0.65% -
XYZ 29.8 35.17 24.96 -
YUV 156.36 110.87 122.75 -
System Red Green Blue C M Y K H S L
Decimal 149 166 126 0.10 0 0.24 0.35 85.5 0.18 0.57
Hex 95 A6 7E A 0 18 23 56 12 39
Octal 225 246 176 12 0 30 43 126 22 71
Binary 10010101 10100110 1111110 1010 0 11000 100011 1010110 10010 111001

Color Harmonies of #95A67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A67E

Black with #95A67E

Text Example


Text Example

White with #95A67E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,166,126); }

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

background-color css

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

 a { background-color: rgb(149,166,126); }

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

border-color css

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

 span { border-color: rgb(149,166,126); }

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