#072708

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

Shades of Myrtle #072708

Tints of Myrtle #072708

Color information

#072708 (or 0x072708) is unknown color: approx Myrtle. HEX triplet: 07, 27 and 08. RGB value is (7,39,8). Sum of RGB (Red+Green+Blue) = 7+39+8=54 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.96% from 54); Green value is 39 (15.62% from 255 or 72.22% from 54); Blue value is 8 (3.52% from 255 or 14.81% from 54); Max value from RGB is 39 - color contains mainly: green. Hex color #072708 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072708 is #F8D8F7. Grayscale: #191919. Windows color (decimal): -16308472 or 534279. OLE color: 534279.

HSL color Cylindrical-coordinate representation of color #072708: hue angle of 121.88º degrees, saturation: 0.7, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #072708 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.85.

Color convert

RGB7398-
CMYK0.8200.790.85
HSL121.88º69.57%9.02%-
HSV(B)121.88º82.05%15.29%-
XYZ0.861.510.48-
YUV25.9117.9114.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 12.96%
GREEN value IS 39 (15.62% from 255) = 72.22%
BLUE value IS 8 (3.52% from 255) = 14.81%
R=12.96%
G=72.22%
B=14.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal73980.8200.790.85121.8869.579.02
Hex72785204F557a469
Octal74710122011712517210611
Binary11110011110001010010010011111010101111101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #072708; }

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

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

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

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

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

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

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

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