#072B08

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

Shades of Myrtle #072B08

Tints of Myrtle #072B08

Color information

#072B08 (or 0x072B08) is unknown color: approx Myrtle. HEX triplet: 07, 2B and 08. RGB value is (7,43,8). Sum of RGB (Red+Green+Blue) = 7+43+8=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 43 (17.19% from 255 or 74.14% from 58); Blue value is 8 (3.52% from 255 or 13.79% from 58); Max value from RGB is 43 - color contains mainly: green. Hex color #072B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072B08 is #F8D4F7. Grayscale: #1C1C1C. Windows color (decimal): -16307448 or 535303. OLE color: 535303.

HSL color Cylindrical-coordinate representation of color #072B08: hue angle of 121.67º degrees, saturation: 0.72, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #072B08 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.83.

Color convert

RGB7438-
CMYK0.8400.810.83
HSL121.67º72%9.8%-
HSV(B)121.67º83.72%16.86%-
XYZ11.790.52-
YUV28.25116.57112.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.07%
GREEN value IS 43 (17.19% from 255) = 74.14%
BLUE value IS 8 (3.52% from 255) = 13.79%
R=12.07%
G=74.14%
B=13.79%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal74380.8400.810.83121.67729.8
Hex72B854051537a48a
Octal75310124012112317211012
Binary11110101110001010100010100011010011111101010010001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072B08; }

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

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

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

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

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

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

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

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