#104F06

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

Shades of Myrtle #104F06

Tints of Myrtle #104F06

Color information

#104F06 (or 0x104F06) is unknown color: approx Myrtle. HEX triplet: 10, 4F and 06. RGB value is (16,79,6). Sum of RGB (Red+Green+Blue) = 16+79+6=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 79 (31.25% from 255 or 78.22% from 101); Blue value is 6 (2.73% from 255 or 5.94% from 101); Max value from RGB is 79 - color contains mainly: green. Hex color #104F06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #104F06 is #EFB0F9. Grayscale: #343434. Windows color (decimal): -15708410 or 413456. OLE color: 413456.

HSL color Cylindrical-coordinate representation of color #104F06: hue angle of 111.78º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #104F06 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.

Color convert

RGB16796-
CMYK0.8000.920.69
HSL111.78º85.88%16.67%-
HSV(B)111.78º92.41%30.98%-
XYZ3.045.721.12-
YUV51.84102.13102.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 15.84%
GREEN value IS 79 (31.25% from 255) = 78.22%
BLUE value IS 6 (2.73% from 255) = 5.94%
R=15.84%
G=78.22%
B=5.94%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal167960.8000.920.69111.7885.8816.67
Hex104F65005C45705611
Octal201176120013410516012621
Binary10000100111111010100000101110010001011110000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104F06; }

 p { color: rgb(16,79,6); }

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

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

 a { background-color: rgb(16,79,6); }

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

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

 span { border-color: rgb(16,79,6); }

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