#919E69

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

Shades of Green Smoke #919E69

Tints of Green Smoke #919E69

Color information

#919E69 (or 0x919E69) is unknown color: approx Green Smoke. HEX triplet: 91, 9E and 69. RGB value is (145,158,105). Sum of RGB (Red+Green+Blue) = 145+158+105=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 105 (41.41% from 255 or 25.74% from 408); Max value from RGB is 158 - color contains mainly: green. Hex color #919E69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919E69 is #6E6196. Grayscale: #949494. Windows color (decimal): -7233943 or 6921873. OLE color: 6921873.

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

Color convert

RGB145158105-
CMYK0.0800.340.38
HSL74.72º21.46%51.57%-
HSV(B)74.72º33.54%61.96%-
XYZ26.4531.4918.05-
YUV148.07103.69125.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.54%
GREEN value IS 158 (62.11% from 255) = 38.73%
BLUE value IS 105 (41.41% from 255) = 25.74%
R=35.54%
G=38.73%
B=25.74%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451581050.0800.340.3874.7221.4651.57
Hex919E698022264b1534
Octal22123615110042461132564
Binary1001000110011110110100110000100010100110100101110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,158,105); }

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

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

 a { background-color: rgb(145,158,105); }

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

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

 span { border-color: rgb(145,158,105); }

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