#070C06

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

Shades of Myrtle #070C06

Tints of Myrtle #070C06

Color information

#070C06 (or 0x070C06) is unknown color: approx Myrtle. HEX triplet: 07, 0C and 06. RGB value is (7,12,6). Sum of RGB (Red+Green+Blue) = 7+12+6=25 (3% of max value = 765). Red value is 7 (3.12% from 255 or 28% from 25); Green value is 12 (5.08% from 255 or 48% from 25); Blue value is 6 (2.73% from 255 or 24% from 25); Max value from RGB is 12 - color contains mainly: green. Hex color #070C06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070C06 is #F8F3F9. Grayscale: #090909. Windows color (decimal): -16315386 or 396295. OLE color: 396295.

HSL color Cylindrical-coordinate representation of color #070C06: hue angle of 110º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #070C06 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.95.

Color convert

RGB7126-
CMYK0.4200.500.95
HSL110º33.33%3.53%-
HSV(B)110º50%4.71%-
XYZ0.250.320.22-
YUV9.82125.84125.99-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 28%
GREEN value IS 12 (5.08% from 255) = 48%
BLUE value IS 6 (2.73% from 255) = 24%
R=28%
G=48%
B=24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal71260.4200.500.9511033.333.53
Hex7C62A0325F6e214
Octal714652062137156414
Binary1111100110101010011001010111111101110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070C06; }

 p { color: rgb(7,12,6); }

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

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

 a { background-color: rgb(7,12,6); }

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

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

 span { border-color: rgb(7,12,6); }

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