Html Css Color HEX #07420D Myrtle

📋 copy color: '#07420D'

red 7 ◦ green 66 ◦ blue 13

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

Shades of Myrtle #07420D

Tints of Myrtle #07420D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 76.74%

 BLUE value IS 13 (5.47% from 255) = 15.12%

R = 8.14%
G = 76.74%
B = 15.12%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#07420D (or 0x07420D) is known color: Myrtle. HEX triplet: 07, 42 and 0D. RGB value is (7,66,13). Sum of RGB (Red+Green+Blue) = 7+66+13=86 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.14% from 86); Green value is 66 (26.17% from 255 or 76.74% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 66 - color contains mainly: green. Hex color #07420D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07420D is #F8BDF2. Grayscale: #2A2A2A. Windows color (decimal): -16301555 or 868871. OLE color: 868871.

HSL color Cylindrical-coordinate representation of color #07420D: hue angle of 126.1º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07420D is Cyan = 0.89, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 66 13 -
CMYK 0.89 0 0.80 0.74
HSL 126.1º 0.81% 0.14% -
HSV(B) 126.1º 0.89% 0.26% -
XYZ 2.11 3.97 1.04 -
YUV 42.32 111.45 102.81 -
System Red Green Blue C M Y K H S L
Decimal 7 66 13 0.89 0 0.80 0.74 126.1 0.81 0.14
Hex 7 42 D 59 0 50 4A 7E 51 E
Octal 7 102 15 131 0 120 112 176 121 16
Binary 111 1000010 1101 1011001 0 1010000 1001010 1111110 1010001 1110

Color Harmonies of #07420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07420D

Black with #07420D

Text Example


Text Example

White with #07420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07420D; }

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

 H1.HeaderClassName
 {
   color: #07420D;
 }
 .AnyTagClassName
 {
   color: #07420D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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