Html Css Color HEX #95A374 Sage

📋 copy color: '#95A374'

red 149 ◦ green 163 ◦ blue 116

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

Shades of Sage #95A374

Tints of Sage #95A374

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.08%

 BLUE value IS 116 (45.7% from 255) = 27.1%

R = 34.81%
G = 38.08%
B = 27.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#95A374 (or 0x95A374) is known color: Sage. HEX triplet: 95, A3 and 74. RGB value is (149,163,116). Sum of RGB (Red+Green+Blue) = 149+163+116=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 163 - color contains mainly: green. Hex color #95A374 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95A374 is #6A5C8B. Grayscale: #999999. Windows color (decimal): -6970508 or 7644053. OLE color: 7644053.

HSL color Cylindrical-coordinate representation of color #95A374: hue angle of 77.87º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #95A374 is Cyan = 0.09, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 163 116 -
CMYK 0.09 0 0.29 0.36
HSL 77.87º 0.2% 0.55% -
HSV(B) 77.87º 0.29% 0.64% -
XYZ 28.64 33.84 21.55 -
YUV 153.46 106.86 124.82 -
System Red Green Blue C M Y K H S L
Decimal 149 163 116 0.09 0 0.29 0.36 77.87 0.2 0.55
Hex 95 A3 74 9 0 1D 24 4E 14 37
Octal 225 243 164 11 0 35 44 116 24 67
Binary 10010101 10100011 1110100 1001 0 11101 100100 1001110 10100 110111

Color Harmonies of #95A374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A374

Black with #95A374

Text Example


Text Example

White with #95A374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,163,116); }

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

background-color css

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

 a { background-color: rgb(149,163,116); }

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

border-color css

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

 span { border-color: rgb(149,163,116); }

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