#075104

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

Shades of Myrtle #075104

Tints of Myrtle #075104

Color information

#075104 (or 0x075104) is unknown color: approx Myrtle. HEX triplet: 07, 51 and 04. RGB value is (7,81,4). Sum of RGB (Red+Green+Blue) = 7+81+4=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 81 (32.03% from 255 or 88.04% from 92); Blue value is 4 (1.95% from 255 or 4.35% from 92); Max value from RGB is 81 - color contains mainly: green. Hex color #075104 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075104 is #F8AEFB. Grayscale: #323232. Windows color (decimal): -16297724 or 282887. OLE color: 282887.

HSL color Cylindrical-coordinate representation of color #075104: hue angle of 117.66º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075104 is Cyan = 0.91, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.68.

Color convert

RGB7814-
CMYK0.9100.950.68
HSL117.66º90.59%16.67%-
HSV(B)117.66º95.06%31.76%-
XYZ3.055.941.1-
YUV50.1101.9897.26-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 7.61%
GREEN value IS 81 (32.03% from 255) = 88.04%
BLUE value IS 4 (1.95% from 255) = 4.35%
R=7.61%
G=88.04%
B=4.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal78140.9100.950.68117.6690.5916.67
Hex75145B05F44765b11
Octal71214133013710416613321
Binary111101000110010110110101111110001001110110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075104; }

 p { color: rgb(7,81,4); }

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

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

 a { background-color: rgb(7,81,4); }

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

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

 span { border-color: rgb(7,81,4); }

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