#074106

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

Shades of Myrtle #074106

Tints of Myrtle #074106

Color information

#074106 (or 0x074106) is unknown color: approx Myrtle. HEX triplet: 07, 41 and 06. RGB value is (7,65,6). Sum of RGB (Red+Green+Blue) = 7+65+6=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 65 (25.78% from 255 or 83.33% from 78); Blue value is 6 (2.73% from 255 or 7.69% from 78); Max value from RGB is 65 - color contains mainly: green. Hex color #074106 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074106 is #F8BEF9. Grayscale: #292929. Windows color (decimal): -16301818 or 409863. OLE color: 409863.

HSL color Cylindrical-coordinate representation of color #074106: hue angle of 118.98º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074106 is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB7656-
CMYK0.8900.910.75
HSL118.98º83.1%13.92%-
HSV(B)118.98º90.77%25.49%-
XYZ2.013.840.81-
YUV40.93108.28103.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.97%
GREEN value IS 65 (25.78% from 255) = 83.33%
BLUE value IS 6 (2.73% from 255) = 7.69%
R=8.97%
G=83.33%
B=7.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal76560.8900.910.75118.9883.113.92
Hex74165905B4B7753e
Octal71016131013311316712316
Binary11110000011101011001010110111001011111011110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074106; }

 p { color: rgb(7,65,6); }

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

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

 a { background-color: rgb(7,65,6); }

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

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

 span { border-color: rgb(7,65,6); }

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