Html Css Color HEX #070D06 Myrtle

📋 copy color: '#070D06'

red 7 ◦ green 13 ◦ blue 6

#070D06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Myrtle #070D06

Tints of Myrtle #070D06

RGB

 RED value IS 7 (3.13% from 255) = 26.92%

 GREEN value IS 13 (5.47% from 255) = 50%

 BLUE value IS 6 (2.73% from 255) = 23.08%

R = 26.92%
G = 50%
B = 23.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.54

 K value IS 0.95

RGB Variations

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

Color information

#070D06 (or 0x070D06) is known color: Myrtle. HEX triplet: 07, 0D and 06. RGB value is (7,13,6). Sum of RGB (Red+Green+Blue) = 7+13+6=26 (3% of max value = 765). Red value is 7 (3.12% from 255 or 26.92% from 26); Green value is 13 (5.47% from 255 or 50% from 26); Blue value is 6 (2.73% from 255 or 23.08% from 26); Max value from RGB is 13 - color contains mainly: green. Hex color #070D06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070D06 is #F8F2F9. Grayscale: #0A0A0A. Windows color (decimal): -16315130 or 396551. OLE color: 396551.

HSL color Cylindrical-coordinate representation of color #070D06: hue angle of 111.43º degrees, saturation: 0.37, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #070D06 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.95.

Color convert

RGB 7 13 6 -
CMYK 0.46 0 0.54 0.95
HSL 111.43º 0.37% 0.04% -
HSV(B) 111.43º 0.54% 0.05% -
XYZ 0.26 0.35 0.23 -
YUV 10.41 125.51 125.57 -
System Red Green Blue C M Y K H S L
Decimal 7 13 6 0.46 0 0.54 0.95 111.43 0.37 0.04
Hex 7 D 6 2E 0 36 5F 6F 25 4
Octal 7 15 6 56 0 66 137 157 45 4
Binary 111 1101 110 101110 0 110110 1011111 1101111 100101 100

Color Harmonies of #070D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070D06

Black with #070D06

Text Example


Text Example

White with #070D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #070D06;
 }
 .AnyTagClassName
 {
   color: #070D06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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