#969953

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

Shades of Green Smoke #969953

Tints of Green Smoke #969953

Color information

#969953 (or 0x969953) is unknown color: approx Green Smoke. HEX triplet: 96, 99 and 53. RGB value is (150,153,83). Sum of RGB (Red+Green+Blue) = 150+153+83=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 83 (32.81% from 255 or 21.50% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #969953 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #969953 is #6966AC. Grayscale: #909090. Windows color (decimal): -6907565 or 5478806. OLE color: 5478806.

HSL color Cylindrical-coordinate representation of color #969953: hue angle of 62.57º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #969953 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB15015383-
CMYK0.0200.460.4
HSL62.57º29.66%46.27%-
HSV(B)62.57º45.75%60%-
XYZ25.5329.8912.61-
YUV144.1293.51132.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.86%
GREEN value IS 153 (60.16% from 255) = 39.64%
BLUE value IS 83 (32.81% from 255) = 21.50%
R=38.86%
G=39.64%
B=21.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal150153830.0200.460.462.5729.6646.27
Hex969953202E283f1e2e
Octal226231123205650773656
Binary1001011010011001101001110010111010100011111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969953; }

 p { color: rgb(150,153,83); }

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

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

 a { background-color: rgb(150,153,83); }

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

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

 span { border-color: rgb(150,153,83); }

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