Html Css Color HEX #919B76 Sage

📋 copy color: '#919B76'

red 145 ◦ green 155 ◦ blue 118

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

Shades of Sage #919B76

Tints of Sage #919B76

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.08%

 BLUE value IS 118 (46.48% from 255) = 28.23%

R = 34.69%
G = 37.08%
B = 28.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.24

 K value IS 0.39

RGB Variations

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

Color information

#919B76 (or 0x919B76) is known color: Sage. HEX triplet: 91, 9B and 76. RGB value is (145,155,118). Sum of RGB (Red+Green+Blue) = 145+155+118=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 155 (60.94% from 255 or 37.08% from 418); Blue value is 118 (46.48% from 255 or 28.23% from 418); Max value from RGB is 155 - color contains mainly: green. Hex color #919B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919B76 is #6E6489. Grayscale: #939393. Windows color (decimal): -7234698 or 7773073. OLE color: 7773073.

HSL color Cylindrical-coordinate representation of color #919B76: hue angle of 76.22º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #919B76 is Cyan = 0.06, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.

Color convert

RGB 145 155 118 -
CMYK 0.06 0 0.24 0.39
HSL 76.22º 0.16% 0.54% -
HSV(B) 76.22º 0.24% 0.61% -
XYZ 26.67 30.77 21.67 -
YUV 147.79 111.19 126.01 -
System Red Green Blue C M Y K H S L
Decimal 145 155 118 0.06 0 0.24 0.39 76.22 0.16 0.54
Hex 91 9B 76 6 0 18 27 4C 10 36
Octal 221 233 166 6 0 30 47 114 20 66
Binary 10010001 10011011 1110110 110 0 11000 100111 1001100 10000 110110

Color Harmonies of #919B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919B76

Black with #919B76

Text Example


Text Example

White with #919B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,155,118); }

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

background-color css

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

 a { background-color: rgb(145,155,118); }

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

border-color css

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

 span { border-color: rgb(145,155,118); }

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