Html Css Color HEX #919975 Sage

📋 copy color: '#919975'

red 145 ◦ green 153 ◦ blue 117

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

Shades of Sage #919975

Tints of Sage #919975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.19%

R = 34.94%
G = 36.87%
B = 28.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#919975 (or 0x919975) is known color: Sage. HEX triplet: 91, 99 and 75. RGB value is (145,153,117). Sum of RGB (Red+Green+Blue) = 145+153+117=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 153 - color contains mainly: green. Hex color #919975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919975 is #6E668A. Grayscale: #929292. Windows color (decimal): -7235211 or 7707025. OLE color: 7707025.

HSL color Cylindrical-coordinate representation of color #919975: hue angle of 73.33º 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 #919975 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 145 153 117 -
CMYK 0.05 0 0.24 0.4
HSL 73.33º 0.15% 0.53% -
HSV(B) 73.33º 0.24% 0.6% -
XYZ 26.28 30.09 21.25 -
YUV 146.5 111.35 126.93 -
System Red Green Blue C M Y K H S L
Decimal 145 153 117 0.05 0 0.24 0.4 73.33 0.15 0.53
Hex 91 99 75 5 0 18 28 49 F 35
Octal 221 231 165 5 0 30 50 111 17 65
Binary 10010001 10011001 1110101 101 0 11000 101000 1001001 1111 110101

Color Harmonies of #919975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919975

Black with #919975

Text Example


Text Example

White with #919975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919975; }

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

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

background-color css

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

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

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

border-color css

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

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

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