Html Css Color HEX #073D0C Myrtle

📋 copy color: '#073D0C'

red 7 ◦ green 61 ◦ blue 12

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

Shades of Myrtle #073D0C

Tints of Myrtle #073D0C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 76.25%

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

R = 8.75%
G = 76.25%
B = 15%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.80

 K value IS 0.76

RGB Variations

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

Color information

#073D0C (or 0x073D0C) is known color: Myrtle. HEX triplet: 07, 3D and 0C. RGB value is (7,61,12). Sum of RGB (Red+Green+Blue) = 7+61+12=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 61 (24.22% from 255 or 76.25% from 80); Blue value is 12 (5.08% from 255 or 15% from 80); Max value from RGB is 61 - color contains mainly: green. Hex color #073D0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073D0C is #F8C2F3. Grayscale: #272727. Windows color (decimal): -16302836 or 802055. OLE color: 802055.

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

Color convert

RGB 7 61 12 -
CMYK 0.89 0 0.80 0.76
HSL 125.56º 0.79% 0.13% -
HSV(B) 125.56º 0.89% 0.24% -
XYZ 1.82 3.41 0.91 -
YUV 39.27 112.61 104.98 -
System Red Green Blue C M Y K H S L
Decimal 7 61 12 0.89 0 0.80 0.76 125.56 0.79 0.13
Hex 7 3D C 59 0 50 4C 7E 4F D
Octal 7 75 14 131 0 120 114 176 117 15
Binary 111 111101 1100 1011001 0 1010000 1001100 1111110 1001111 1101

Color Harmonies of #073D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073D0C

Black with #073D0C

Text Example


Text Example

White with #073D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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