Html Css Color HEX #919B73 Sage

📋 copy color: '#919B73'

red 145 ◦ green 155 ◦ blue 115

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

Shades of Sage #919B73

Tints of Sage #919B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.71%

R = 34.94%
G = 37.35%
B = 27.71%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#919B73 (or 0x919B73) is known color: Sage. HEX triplet: 91, 9B and 73. RGB value is (145,155,115). Sum of RGB (Red+Green+Blue) = 145+155+115=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 155 (60.94% from 255 or 37.35% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 155 - color contains mainly: green. Hex color #919B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919B73 is #6E648C. Grayscale: #939393. Windows color (decimal): -7234701 or 7576465. OLE color: 7576465.

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

Color convert

RGB 145 155 115 -
CMYK 0.06 0 0.26 0.39
HSL 75º 0.17% 0.53% -
HSV(B) 75º 0.26% 0.61% -
XYZ 26.49 30.7 20.75 -
YUV 147.45 109.69 126.25 -
System Red Green Blue C M Y K H S L
Decimal 145 155 115 0.06 0 0.26 0.39 75 0.17 0.53
Hex 91 9B 73 6 0 1A 27 4B 11 35
Octal 221 233 163 6 0 32 47 113 21 65
Binary 10010001 10011011 1110011 110 0 11010 100111 1001011 10001 110101

Color Harmonies of #919B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919B73

Black with #919B73

Text Example


Text Example

White with #919B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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