Html Css Color HEX #07420F Myrtle

📋 copy color: '#07420F'

red 7 ◦ green 66 ◦ blue 15

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

Shades of Myrtle #07420F

Tints of Myrtle #07420F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 17.05%

R = 7.95%
G = 75%
B = 17.05%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#07420F (or 0x07420F) is known color: Myrtle. HEX triplet: 07, 42 and 0F. RGB value is (7,66,15). Sum of RGB (Red+Green+Blue) = 7+66+15=88 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.95% from 88); Green value is 66 (26.17% from 255 or 75% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 66 - color contains mainly: green. Hex color #07420F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07420F is #F8BDF0. Grayscale: #2A2A2A. Windows color (decimal): -16301553 or 999943. OLE color: 999943.

HSL color Cylindrical-coordinate representation of color #07420F: hue angle of 128.14º 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 #07420F is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 66 15 -
CMYK 0.89 0 0.77 0.74
HSL 128.14º 0.81% 0.14% -
HSV(B) 128.14º 0.89% 0.26% -
XYZ 2.12 3.98 1.11 -
YUV 42.55 112.45 102.65 -
System Red Green Blue C M Y K H S L
Decimal 7 66 15 0.89 0 0.77 0.74 128.14 0.81 0.14
Hex 7 42 F 59 0 4D 4A 80 51 E
Octal 7 102 17 131 0 115 112 200 121 16
Binary 111 1000010 1111 1011001 0 1001101 1001010 10000000 1010001 1110

Color Harmonies of #07420F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07420F

Black with #07420F

Text Example


Text Example

White with #07420F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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