Html Css Color HEX #8DA274 Sage

📋 copy color: '#8DA274'

red 141 ◦ green 162 ◦ blue 116

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

Shades of Sage #8DA274

Tints of Sage #8DA274

RGB

 RED value IS 141 (55.47% from 255) = 33.65%

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

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

R = 33.65%
G = 38.66%
B = 27.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#8DA274 (or 0x8DA274) is known color: Sage. HEX triplet: 8D, A2 and 74. RGB value is (141,162,116). Sum of RGB (Red+Green+Blue) = 141+162+116=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 162 (63.67% from 255 or 38.66% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA274 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA274 is #725D8B. Grayscale: #969696. Windows color (decimal): -7495052 or 7643789. OLE color: 7643789.

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

Color convert

RGB 141 162 116 -
CMYK 0.13 0 0.28 0.36
HSL 87.39º 0.2% 0.55% -
HSV(B) 87.39º 0.28% 0.64% -
XYZ 27.06 32.76 21.42 -
YUV 150.48 108.54 121.24 -
System Red Green Blue C M Y K H S L
Decimal 141 162 116 0.13 0 0.28 0.36 87.39 0.2 0.55
Hex 8D A2 74 D 0 1C 24 57 14 37
Octal 215 242 164 15 0 34 44 127 24 67
Binary 10001101 10100010 1110100 1101 0 11100 100100 1010111 10100 110111

Color Harmonies of #8DA274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA274

Black with #8DA274

Text Example


Text Example

White with #8DA274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DA274; }

 p { color: rgb(141,162,116); }

 H1.HeaderClassName
 {
   color: #8DA274;
 }
 .AnyTagClassName
 {
   color: #8DA274;
 }
</style>

background-color css

<style>
 a { background-color: #8DA274; }

 a { background-color: rgb(141,162,116); }

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

border-color css

<style>
 span { border-color: #8DA274; }

 span { border-color: rgb(141,162,116); }

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