Html Css Color HEX #919973 Sage

📋 copy color: '#919973'

red 145 ◦ green 153 ◦ blue 115

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

Shades of Sage #919973

Tints of Sage #919973

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.05%

 BLUE value IS 115 (45.31% from 255) = 27.85%

R = 35.11%
G = 37.05%
B = 27.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#919973 (or 0x919973) is known color: Sage. HEX triplet: 91, 99 and 73. RGB value is (145,153,115). Sum of RGB (Red+Green+Blue) = 145+153+115=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 153 (60.16% from 255 or 37.05% from 413); Blue value is 115 (45.31% from 255 or 27.85% from 413); Max value from RGB is 153 - color contains mainly: green. Hex color #919973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919973 is #6E668C. Grayscale: #929292. Windows color (decimal): -7235213 or 7575953. OLE color: 7575953.

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

Color convert

RGB 145 153 115 -
CMYK 0.05 0 0.25 0.4
HSL 72.63º 0.16% 0.53% -
HSV(B) 72.63º 0.25% 0.6% -
XYZ 26.16 30.04 20.64 -
YUV 146.28 110.35 127.09 -
System Red Green Blue C M Y K H S L
Decimal 145 153 115 0.05 0 0.25 0.4 72.63 0.16 0.53
Hex 91 99 73 5 0 19 28 49 10 35
Octal 221 231 163 5 0 31 50 111 20 65
Binary 10010001 10011001 1110011 101 0 11001 101000 1001001 10000 110101

Color Harmonies of #919973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919973

Black with #919973

Text Example


Text Example

White with #919973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919973; }

 p { color: rgb(145,153,115); }

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

background-color css

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

 a { background-color: rgb(145,153,115); }

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

border-color css

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

 span { border-color: rgb(145,153,115); }

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