Html Css Color HEX #919874 Sage

📋 copy color: '#919874'

red 145 ◦ green 152 ◦ blue 116

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

Shades of Sage #919874

Tints of Sage #919874

RGB

 RED value IS 145 (57.03% from 255) = 35.11%

 GREEN value IS 152 (59.77% from 255) = 36.8%

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

R = 35.11%
G = 36.8%
B = 28.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#919874 (or 0x919874) is known color: Sage. HEX triplet: 91, 98 and 74. RGB value is (145,152,116). Sum of RGB (Red+Green+Blue) = 145+152+116=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 152 - color contains mainly: green. Hex color #919874 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919874 is #6E678B. Grayscale: #919191. Windows color (decimal): -7235468 or 7641233. OLE color: 7641233.

HSL color Cylindrical-coordinate representation of color #919874: hue angle of 71.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #919874 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB 145 152 116 -
CMYK 0.05 0 0.24 0.40
HSL 71.67º 0.15% 0.53% -
HSV(B) 71.67º 0.24% 0.6% -
XYZ 26.06 29.74 20.89 -
YUV 145.8 111.18 127.43 -
System Red Green Blue C M Y K H S L
Decimal 145 152 116 0.05 0 0.24 0.40 71.67 0.15 0.53
Hex 91 98 74 5 0 18 28 48 F 35
Octal 221 230 164 5 0 30 50 110 17 65
Binary 10010001 10011000 1110100 101 0 11000 101000 1001000 1111 110101

Color Harmonies of #919874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919874

Black with #919874

Text Example


Text Example

White with #919874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919874; }

 p { color: rgb(145,152,116); }

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

background-color css

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

 a { background-color: rgb(145,152,116); }

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

border-color css

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

 span { border-color: rgb(145,152,116); }

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