#919B7B

Color #919B7B Sage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sage #919B7B

Tints of Sage #919B7B

Color information

#919B7B (or 0x919B7B) is unknown color: approx Sage. HEX triplet: 91, 9B and 7B. RGB value is (145,155,123). Sum of RGB (Red+Green+Blue) = 145+155+123=423 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.28% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 155 - color contains mainly: green. Hex color #919B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919B7B is #6E6484. Grayscale: #949494. Windows color (decimal): -7234693 or 8100753. OLE color: 8100753.

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

Color convert

RGB145155123-
CMYK0.0600.210.39
HSL78.75º13.79%54.51%-
HSV(B)78.75º20.65%60.78%-
XYZ26.9730.8923.28-
YUV148.36113.69125.6-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.28%
GREEN value IS 155 (60.94% from 255) = 36.64%
BLUE value IS 123 (48.44% from 255) = 29.08%
R=34.28%
G=36.64%
B=29.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1451551230.0600.210.3978.7513.7954.51
Hex919B7B6015274fe37
Octal2212331736025471171667
Binary1001000110011011111101111001010110011110011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #919B7B;
 }
 .AnyTagClassName
 {
   color: #919B7B;
 }
</style>
background-color css

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

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

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

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

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

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