#106504

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

Shades of Green #106504

Tints of Green #106504

Color information

#106504 (or 0x106504) is unknown color: approx Green. HEX triplet: 10, 65 and 04. RGB value is (16,101,4). Sum of RGB (Red+Green+Blue) = 16+101+4=121 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.22% from 121); Green value is 101 (39.84% from 255 or 83.47% from 121); Blue value is 4 (1.95% from 255 or 3.31% from 121); Max value from RGB is 101 - color contains mainly: green. Hex color #106504 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106504 is #EF9AFB. Grayscale: #404040. Windows color (decimal): -15702780 or 288016. OLE color: 288016.

HSL color Cylindrical-coordinate representation of color #106504: hue angle of 112.58º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #106504 is Cyan = 0.84, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB161014-
CMYK0.8400.960.60
HSL112.58º92.38%20.59%-
HSV(B)112.58º96.04%39.61%-
XYZ4.899.431.68-
YUV64.5393.8493.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.22%
GREEN value IS 101 (39.84% from 255) = 83.47%
BLUE value IS 4 (1.95% from 255) = 3.31%
R=13.22%
G=83.47%
B=3.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1610140.8400.960.60112.5892.3820.59
Hex10654540603C715c15
Octal20145412401407416113425
Binary1000011001011001010100011000001111001110001101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106504; }

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

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

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

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

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

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

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

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