#073608

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

Shades of Myrtle #073608

Tints of Myrtle #073608

Color information

#073608 (or 0x073608) is unknown color: approx Myrtle. HEX triplet: 07, 36 and 08. RGB value is (7,54,8). Sum of RGB (Red+Green+Blue) = 7+54+8=69 (9% of max value = 765). Red value is 7 (3.12% from 255 or 10.14% from 69); Green value is 54 (21.48% from 255 or 78.26% from 69); Blue value is 8 (3.52% from 255 or 11.59% from 69); Max value from RGB is 54 - color contains mainly: green. Hex color #073608 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073608 is #F8C9F7. Grayscale: #222222. Windows color (decimal): -16304632 or 538119. OLE color: 538119.

HSL color Cylindrical-coordinate representation of color #073608: hue angle of 121.28º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073608 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB7548-
CMYK0.8700.850.79
HSL121.28º77.05%11.96%-
HSV(B)121.28º87.04%21.18%-
XYZ1.452.70.67-
YUV34.7112.93108.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 10.14%
GREEN value IS 54 (21.48% from 255) = 78.26%
BLUE value IS 8 (3.52% from 255) = 11.59%
R=10.14%
G=78.26%
B=11.59%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal75480.8700.850.79121.2877.0511.96
Hex7368570554F794dc
Octal76610127012511717111514
Binary11111011010001010111010101011001111111100110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073608; }

 p { color: rgb(7,54,8); }

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

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

 a { background-color: rgb(7,54,8); }

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

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

 span { border-color: rgb(7,54,8); }

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