Html Css Color HEX #919F7C Sage

📋 copy color: '#919F7C'

red 145 ◦ green 159 ◦ blue 124

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

Shades of Sage #919F7C

Tints of Sage #919F7C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.15%

 BLUE value IS 124 (48.83% from 255) = 28.97%

R = 33.88%
G = 37.15%
B = 28.97%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#919F7C (or 0x919F7C) is known color: Sage. HEX triplet: 91, 9F and 7C. RGB value is (145,159,124). Sum of RGB (Red+Green+Blue) = 145+159+124=428 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.88% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 124 (48.83% from 255 or 28.97% from 428); Max value from RGB is 159 - color contains mainly: green. Hex color #919F7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919F7C is #6E6083. Grayscale: #969696. Windows color (decimal): -7233668 or 8167313. OLE color: 8167313.

HSL color Cylindrical-coordinate representation of color #919F7C: hue angle of 84º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #919F7C is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 145 159 124 -
CMYK 0.09 0 0.22 0.38
HSL 84º 0.15% 0.55% -
HSV(B) 84º 0.22% 0.62% -
XYZ 27.71 32.27 23.84 -
YUV 150.82 112.86 123.85 -
System Red Green Blue C M Y K H S L
Decimal 145 159 124 0.09 0 0.22 0.38 84 0.15 0.55
Hex 91 9F 7C 9 0 16 26 54 F 37
Octal 221 237 174 11 0 26 46 124 17 67
Binary 10010001 10011111 1111100 1001 0 10110 100110 1010100 1111 110111

Color Harmonies of #919F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919F7C

Black with #919F7C

Text Example


Text Example

White with #919F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #919F7C; }

 p { color: rgb(145,159,124); }

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

background-color css

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

 a { background-color: rgb(145,159,124); }

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

border-color css

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

 span { border-color: rgb(145,159,124); }

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