Html Css Color HEX #073C0C Myrtle

📋 copy color: '#073C0C'

red 7 ◦ green 60 ◦ blue 12

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

Shades of Myrtle #073C0C

Tints of Myrtle #073C0C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 75.95%

 BLUE value IS 12 (5.08% from 255) = 15.19%

R = 8.86%
G = 75.95%
B = 15.19%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.76

RGB Variations

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

Color information

#073C0C (or 0x073C0C) is known color: Myrtle. HEX triplet: 07, 3C and 0C. RGB value is (7,60,12). Sum of RGB (Red+Green+Blue) = 7+60+12=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 60 (23.83% from 255 or 75.95% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 60 - color contains mainly: green. Hex color #073C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073C0C is #F8C3F3. Grayscale: #262626. Windows color (decimal): -16303092 or 801799. OLE color: 801799.

HSL color Cylindrical-coordinate representation of color #073C0C: hue angle of 125.66º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073C0C is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.76.

Color convert

RGB 7 60 12 -
CMYK 0.88 0 0.80 0.76
HSL 125.66º 0.79% 0.13% -
HSV(B) 125.66º 0.88% 0.24% -
XYZ 1.77 3.3 0.89 -
YUV 38.68 112.94 105.4 -
System Red Green Blue C M Y K H S L
Decimal 7 60 12 0.88 0 0.80 0.76 125.66 0.79 0.13
Hex 7 3C C 58 0 50 4C 7E 4F D
Octal 7 74 14 130 0 120 114 176 117 15
Binary 111 111100 1100 1011000 0 1010000 1001100 1111110 1001111 1101

Color Harmonies of #073C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073C0C

Black with #073C0C

Text Example


Text Example

White with #073C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073C0C; }

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

 H1.HeaderClassName
 {
   color: #073C0C;
 }
 .AnyTagClassName
 {
   color: #073C0C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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