#106005

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

Shades of Green #106005

Tints of Green #106005

Color information

#106005 (or 0x106005) is unknown color: approx Green. HEX triplet: 10, 60 and 05. RGB value is (16,96,5). Sum of RGB (Red+Green+Blue) = 16+96+5=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 96 (37.89% from 255 or 82.05% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 96 - color contains mainly: green. Hex color #106005 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106005 is #EF9FFA. Grayscale: #3D3D3D. Windows color (decimal): -15704059 or 352272. OLE color: 352272.

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

Color convert

RGB16965-
CMYK0.8300.950.62
HSL112.75º90.1%19.8%-
HSV(B)112.75º94.79%37.65%-
XYZ4.428.491.55-
YUV61.719695.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.68%
GREEN value IS 96 (37.89% from 255) = 82.05%
BLUE value IS 5 (2.34% from 255) = 4.27%
R=13.68%
G=82.05%
B=4.27%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal169650.8300.950.62112.7590.119.8
Hex106055305F3E715a14
Octal20140512301377616113224
Binary1000011000001011010011010111111111101110001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106005; }

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

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

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

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

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

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

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

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