#106004

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

Shades of Green #106004

Tints of Green #106004

Color information

#106004 (or 0x106004) is unknown color: approx Green. HEX triplet: 10, 60 and 04. RGB value is (16,96,4). Sum of RGB (Red+Green+Blue) = 16+96+4=116 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.79% from 116); Green value is 96 (37.89% from 255 or 82.76% from 116); Blue value is 4 (1.95% from 255 or 3.45% from 116); Max value from RGB is 96 - color contains mainly: green. Hex color #106004 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106004 is #EF9FFB. Grayscale: #3D3D3D. Windows color (decimal): -15704060 or 286736. OLE color: 286736.

HSL color Cylindrical-coordinate representation of color #106004: hue angle of 112.17º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #106004 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB16964-
CMYK0.8300.960.62
HSL112.17º92%19.61%-
HSV(B)112.17º95.83%37.65%-
XYZ4.428.481.52-
YUV61.5995.595.48-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.79%
GREEN value IS 96 (37.89% from 255) = 82.76%
BLUE value IS 4 (1.95% from 255) = 3.45%
R=13.79%
G=82.76%
B=3.45%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal169640.8300.960.62112.179219.61
Hex10604530603E705c14
Octal20140412301407616013424
Binary1000011000001001010011011000001111101110000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106004; }

 p { color: rgb(16,96,4); }

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

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

 a { background-color: rgb(16,96,4); }

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

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

 span { border-color: rgb(16,96,4); }

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