Html Css Color HEX #919A7D Sage

📋 copy color: '#919A7D'

red 145 ◦ green 154 ◦ blue 125

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

Shades of Sage #919A7D

Tints of Sage #919A7D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.32%

 BLUE value IS 125 (49.22% from 255) = 29.48%

R = 34.2%
G = 36.32%
B = 29.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#919A7D (or 0x919A7D) is known color: Sage. HEX triplet: 91, 9A and 7D. RGB value is (145,154,125). Sum of RGB (Red+Green+Blue) = 145+154+125=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 125 (49.22% from 255 or 29.48% from 424); Max value from RGB is 154 - color contains mainly: green. Hex color #919A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919A7D is #6E6582. Grayscale: #949494. Windows color (decimal): -7234947 or 8231569. OLE color: 8231569.

HSL color Cylindrical-coordinate representation of color #919A7D: hue angle of 78.62º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #919A7D is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 145 154 125 -
CMYK 0.06 0 0.19 0.40
HSL 78.62º 0.13% 0.55% -
HSV(B) 78.62º 0.19% 0.6% -
XYZ 26.93 30.61 23.89 -
YUV 148 115.02 125.86 -
System Red Green Blue C M Y K H S L
Decimal 145 154 125 0.06 0 0.19 0.40 78.62 0.13 0.55
Hex 91 9A 7D 6 0 13 28 4F D 37
Octal 221 232 175 6 0 23 50 117 15 67
Binary 10010001 10011010 1111101 110 0 10011 101000 1001111 1101 110111

Color Harmonies of #919A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919A7D

Black with #919A7D

Text Example


Text Example

White with #919A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,154,125); }

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

background-color css

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

 a { background-color: rgb(145,154,125); }

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

border-color css

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

 span { border-color: rgb(145,154,125); }

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