Html Css Color HEX #95A07B Sage

📋 copy color: '#95A07B'

red 149 ◦ green 160 ◦ blue 123

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

Shades of Sage #95A07B

Tints of Sage #95A07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.47%

R = 34.49%
G = 37.04%
B = 28.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#95A07B (or 0x95A07B) is known color: Sage. HEX triplet: 95, A0 and 7B. RGB value is (149,160,123). Sum of RGB (Red+Green+Blue) = 149+160+123=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 160 - color contains mainly: green. Hex color #95A07B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A07B is #6A5F84. Grayscale: #989898. Windows color (decimal): -6971269 or 8102037. OLE color: 8102037.

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

Color convert

RGB 149 160 123 -
CMYK 0.07 0 0.23 0.37
HSL 77.84º 0.16% 0.55% -
HSV(B) 77.84º 0.23% 0.63% -
XYZ 28.54 32.96 23.6 -
YUV 152.49 111.36 125.51 -
System Red Green Blue C M Y K H S L
Decimal 149 160 123 0.07 0 0.23 0.37 77.84 0.16 0.55
Hex 95 A0 7B 7 0 17 25 4E 10 37
Octal 225 240 173 7 0 27 45 116 20 67
Binary 10010101 10100000 1111011 111 0 10111 100101 1001110 10000 110111

Color Harmonies of #95A07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A07B

Black with #95A07B

Text Example


Text Example

White with #95A07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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