#07440B

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

Shades of Myrtle #07440B

Tints of Myrtle #07440B

Color information

#07440B (or 0x07440B) is unknown color: approx Myrtle. HEX triplet: 07, 44 and 0B. RGB value is (7,68,11). Sum of RGB (Red+Green+Blue) = 7+68+11=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 68 (26.95% from 255 or 79.07% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 68 - color contains mainly: green. Hex color #07440B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07440B is #F8BBF4. Grayscale: #2B2B2B. Windows color (decimal): -16301045 or 738311. OLE color: 738311.

HSL color Cylindrical-coordinate representation of color #07440B: hue angle of 123.93º 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 #07440B is Cyan = 0.90, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.73.

Color convert

RGB76811-
CMYK0.9000.840.73
HSL123.93º81.33%14.71%-
HSV(B)123.93º89.71%26.67%-
XYZ2.224.21.01-
YUV43.26109.79102.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.14%
GREEN value IS 68 (26.95% from 255) = 79.07%
BLUE value IS 11 (4.69% from 255) = 12.79%
R=8.14%
G=79.07%
B=12.79%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal768110.9000.840.73123.9381.3314.71
Hex744B5A054497c51f
Octal710413132012411117412117
Binary111100010010111011010010101001001001111110010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07440B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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