Html Css Color HEX #919F7F Sage

📋 copy color: '#919F7F'

red 145 ◦ green 159 ◦ blue 127

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

Shades of Sage #919F7F

Tints of Sage #919F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.47%

R = 33.64%
G = 36.89%
B = 29.47%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.38

RGB Variations

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

Color information

#919F7F (or 0x919F7F) is known color: Sage. HEX triplet: 91, 9F and 7F. RGB value is (145,159,127). Sum of RGB (Red+Green+Blue) = 145+159+127=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 159 (62.5% from 255 or 36.89% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 159 - color contains mainly: green. Hex color #919F7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919F7F is #6E6080. Grayscale: #979797. Windows color (decimal): -7233665 or 8363921. OLE color: 8363921.

HSL color Cylindrical-coordinate representation of color #919F7F: hue angle of 86.25º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #919F7F is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB 145 159 127 -
CMYK 0.09 0 0.20 0.38
HSL 86.25º 0.14% 0.56% -
HSV(B) 86.25º 0.2% 0.62% -
XYZ 27.91 32.35 24.85 -
YUV 151.17 114.36 123.6 -
System Red Green Blue C M Y K H S L
Decimal 145 159 127 0.09 0 0.20 0.38 86.25 0.14 0.56
Hex 91 9F 7F 9 0 14 26 56 E 38
Octal 221 237 177 11 0 24 46 126 16 70
Binary 10010001 10011111 1111111 1001 0 10100 100110 1010110 1110 111000

Color Harmonies of #919F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919F7F

Black with #919F7F

Text Example


Text Example

White with #919F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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