#104700

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

Shades of Myrtle #104700

Tints of Myrtle #104700

Color information

#104700 (or 0x104700) is unknown color: approx Myrtle. HEX triplet: 10, 47 and 00. RGB value is (16,71,0). Sum of RGB (Red+Green+Blue) = 16+71+0=87 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.39% from 87); Green value is 71 (28.12% from 255 or 81.61% from 87); Blue value is 0 (0.39% from 255 or 0% from 87); Max value from RGB is 71 - color contains mainly: green. Hex color #104700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #104700 is #EFB8FF. Grayscale: #2E2E2E. Windows color (decimal): -15710464 or 18192. OLE color: 18192.

HSL color Cylindrical-coordinate representation of color #104700: hue angle of 106.48º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #104700 is Cyan = 0.77, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.72.

Color convert

RGB16710-
CMYK0.77010.72
HSL106.48º100%13.92%-
HSV(B)106.48º100%27.84%-
XYZ2.474.620.76-
YUV46.46101.78106.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.39%
GREEN value IS 71 (28.12% from 255) = 81.61%
BLUE value IS 0 (0.39% from 255) = 0%
R=18.39%
G=81.61%
B=0%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal167100.77010.72106.4810013.92
Hex104704D064486a64e
Octal201070115014411015214416
Binary10000100011101001101011001001001000110101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104700; }

 p { color: rgb(16,71,0); }

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

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

 a { background-color: rgb(16,71,0); }

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

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

 span { border-color: rgb(16,71,0); }

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