#919F6A

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

Shades of Green Smoke #919F6A

Tints of Green Smoke #919F6A

Color information

#919F6A (or 0x919F6A) is unknown color: approx Green Smoke. HEX triplet: 91, 9F and 6A. RGB value is (145,159,106). Sum of RGB (Red+Green+Blue) = 145+159+106=410 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.37% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 159 - color contains mainly: green. Hex color #919F6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919F6A is #6E6095. Grayscale: #949494. Windows color (decimal): -7233686 or 6987665. OLE color: 6987665.

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

Color convert

RGB145159106-
CMYK0.0900.330.38
HSL75.85º21.63%51.96%-
HSV(B)75.85º33.33%62.35%-
XYZ26.6831.8618.38-
YUV148.77103.86125.31-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.37%
GREEN value IS 159 (62.5% from 255) = 38.78%
BLUE value IS 106 (41.80% from 255) = 25.85%
R=35.37%
G=38.78%
B=25.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451591060.0900.330.3875.8521.6351.96
Hex919F6A9021264c1634
Octal22123715211041461142664
Binary1001000110011111110101010010100001100110100110010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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