#074510

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

Shades of Myrtle #074510

Tints of Myrtle #074510

Color information

#074510 (or 0x074510) is unknown color: approx Myrtle. HEX triplet: 07, 45 and 10. RGB value is (7,69,16). Sum of RGB (Red+Green+Blue) = 7+69+16=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 69 (27.34% from 255 or 75% from 92); Blue value is 16 (6.64% from 255 or 17.39% from 92); Max value from RGB is 69 - color contains mainly: green. Hex color #074510 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074510 is #F8BAEF. Grayscale: #2C2C2C. Windows color (decimal): -16300784 or 1066247. OLE color: 1066247.

HSL color Cylindrical-coordinate representation of color #074510: hue angle of 128.71º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #074510 is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB76916-
CMYK0.9000.770.73
HSL128.71º81.58%14.9%-
HSV(B)128.71º89.86%27.06%-
XYZ2.314.341.21-
YUV44.42111.96101.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.61%
GREEN value IS 69 (27.34% from 255) = 75%
BLUE value IS 16 (6.64% from 255) = 17.39%
R=7.61%
G=75%
B=17.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal769160.9000.770.73128.7181.5814.9
Hex745105A04D498152f
Octal710520132011511120112217
Binary11110001011000010110100100110110010011000000110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074510; }

 p { color: rgb(7,69,16); }

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

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

 a { background-color: rgb(7,69,16); }

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

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

 span { border-color: rgb(7,69,16); }

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