#919D5F

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

Shades of Green Smoke #919D5F

Tints of Green Smoke #919D5F

Color information

#919D5F (or 0x919D5F) is unknown color: approx Green Smoke. HEX triplet: 91, 9D and 5F. RGB value is (145,157,95). Sum of RGB (Red+Green+Blue) = 145+157+95=397 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.52% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 157 - color contains mainly: green. Hex color #919D5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919D5F is #6E62A0. Grayscale: #929292. Windows color (decimal): -7234209 or 6266257. OLE color: 6266257.

HSL color Cylindrical-coordinate representation of color #919D5F: hue angle of 71.61º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #919D5F is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB14515795-
CMYK0.0800.390.38
HSL71.61º24.6%49.41%-
HSV(B)71.61º39.49%61.57%-
XYZ25.830.9615.44-
YUV146.3499.02127.04-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 36.52%
GREEN value IS 157 (61.72% from 255) = 39.55%
BLUE value IS 95 (37.5% from 255) = 23.93%
R=36.52%
G=39.55%
B=23.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal145157950.0800.390.3871.6124.649.41
Hex919D5F802726481931
Octal22123513710047461103161
Binary1001000110011101101111110000100111100110100100011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,157,95); }

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

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

 a { background-color: rgb(145,157,95); }

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

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

 span { border-color: rgb(145,157,95); }

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