#07400B

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

Shades of Myrtle #07400B

Tints of Myrtle #07400B

Color information

#07400B (or 0x07400B) is unknown color: approx Myrtle. HEX triplet: 07, 40 and 0B. RGB value is (7,64,11). Sum of RGB (Red+Green+Blue) = 7+64+11=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 64 (25.39% from 255 or 78.05% from 82); Blue value is 11 (4.69% from 255 or 13.41% from 82); Max value from RGB is 64 - color contains mainly: green. Hex color #07400B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07400B is #F8BFF4. Grayscale: #292929. Windows color (decimal): -16302069 or 737287. OLE color: 737287.

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

Color convert

RGB76411-
CMYK0.8900.830.75
HSL124.21º80.28%13.92%-
HSV(B)124.21º89.06%25.1%-
XYZ1.983.740.93-
YUV40.92111.12103.81-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.54%
GREEN value IS 64 (25.39% from 255) = 78.05%
BLUE value IS 11 (4.69% from 255) = 13.41%
R=8.54%
G=78.05%
B=13.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal764110.8900.830.75124.2180.2813.92
Hex740B590534B7c50e
Octal710013131012311317412016
Binary111100000010111011001010100111001011111110010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07400B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07400B; }

 p { color: rgb(7,64,11); }

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

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

 a { background-color: rgb(7,64,11); }

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

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

 span { border-color: rgb(7,64,11); }

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