#919F63

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

Shades of Green Smoke #919F63

Tints of Green Smoke #919F63

Color information

#919F63 (or 0x919F63) is unknown color: approx Green Smoke. HEX triplet: 91, 9F and 63. RGB value is (145,159,99). Sum of RGB (Red+Green+Blue) = 145+159+99=403 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.98% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 159 - color contains mainly: green. Hex color #919F63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919F63 is #6E609C. Grayscale: #949494. Windows color (decimal): -7233693 or 6528913. OLE color: 6528913.

HSL color Cylindrical-coordinate representation of color #919F63: hue angle of 74º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #919F63 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB14515999-
CMYK0.0900.380.38
HSL74º23.81%50.59%-
HSV(B)74º37.74%62.35%-
XYZ26.3331.7216.54-
YUV147.97100.36125.88-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.98%
GREEN value IS 159 (62.5% from 255) = 39.45%
BLUE value IS 99 (39.06% from 255) = 24.57%
R=35.98%
G=39.45%
B=24.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal145159990.0900.380.387423.8150.59
Hex919F639026264a1833
Octal22123714311046461123063
Binary1001000110011111110001110010100110100110100101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,159,99); }

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

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

 a { background-color: rgb(145,159,99); }

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

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

 span { border-color: rgb(145,159,99); }

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