Html Css Color HEX #95A16D Sage

📋 copy color: '#95A16D'

red 149 ◦ green 161 ◦ blue 109

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

Shades of Sage #95A16D

Tints of Sage #95A16D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.42%

 BLUE value IS 109 (42.97% from 255) = 26.01%

R = 35.56%
G = 38.42%
B = 26.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#95A16D (or 0x95A16D) is known color: Sage. HEX triplet: 95, A1 and 6D. RGB value is (149,161,109). Sum of RGB (Red+Green+Blue) = 149+161+109=419 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.56% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 161 - color contains mainly: green. Hex color #95A16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A16D is #6A5E92. Grayscale: #979797. Windows color (decimal): -6971027 or 7184789. OLE color: 7184789.

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

Color convert

RGB 149 161 109 -
CMYK 0.07 0 0.32 0.37
HSL 73.85º 0.22% 0.53% -
HSV(B) 73.85º 0.32% 0.63% -
XYZ 27.9 32.98 19.36 -
YUV 151.48 104.02 126.23 -
System Red Green Blue C M Y K H S L
Decimal 149 161 109 0.07 0 0.32 0.37 73.85 0.22 0.53
Hex 95 A1 6D 7 0 20 25 4A 16 35
Octal 225 241 155 7 0 40 45 112 26 65
Binary 10010101 10100001 1101101 111 0 100000 100101 1001010 10110 110101

Color Harmonies of #95A16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A16D

Black with #95A16D

Text Example


Text Example

White with #95A16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,161,109); }

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

background-color css

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

 a { background-color: rgb(149,161,109); }

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

border-color css

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

 span { border-color: rgb(149,161,109); }

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