#074408

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

Shades of Myrtle #074408

Tints of Myrtle #074408

Color information

#074408 (or 0x074408) is unknown color: approx Myrtle. HEX triplet: 07, 44 and 08. RGB value is (7,68,8). Sum of RGB (Red+Green+Blue) = 7+68+8=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 68 (26.95% from 255 or 81.93% from 83); Blue value is 8 (3.52% from 255 or 9.64% from 83); Max value from RGB is 68 - color contains mainly: green. Hex color #074408 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074408 is #F8BBF7. Grayscale: #2B2B2B. Windows color (decimal): -16301048 or 541703. OLE color: 541703.

HSL color Cylindrical-coordinate representation of color #074408: hue angle of 120.98º degrees, saturation: 0.81, 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 #074408 is Cyan = 0.90, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.73.

Color convert

RGB7688-
CMYK0.9000.880.73
HSL120.98º81.33%14.71%-
HSV(B)120.98º89.71%26.67%-
XYZ2.24.20.92-
YUV42.92108.29102.38-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.43%
GREEN value IS 68 (26.95% from 255) = 81.93%
BLUE value IS 8 (3.52% from 255) = 9.64%
R=8.43%
G=81.93%
B=9.64%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal76880.9000.880.73120.9881.3314.71
Hex74485A058497951f
Octal710410132013011117112117
Binary111100010010001011010010110001001001111100110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074408; }

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

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

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

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

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

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

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

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