Html Css Color HEX #073C00 Myrtle

📋 copy color: '#073C00'

red 7 ◦ green 60 ◦ blue 0

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

Shades of Myrtle #073C00

Tints of Myrtle #073C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 10.45%
G = 89.55%
B = 0%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 1

 K value IS 0.76

RGB Variations

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

Color information

#073C00 (or 0x073C00) is known color: Myrtle. HEX triplet: 07, 3C and 00. RGB value is (7,60,0). Sum of RGB (Red+Green+Blue) = 7+60+0=67 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.45% from 67); Green value is 60 (23.83% from 255 or 89.55% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 60 - color contains mainly: green. Hex color #073C00 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073C00 is #F8C3FF. Grayscale: #252525. Windows color (decimal): -16303104 or 15367. OLE color: 15367.

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

Color convert

RGB 7 60 0 -
CMYK 0.88 0 1 0.76
HSL 113º 1% 0.12% -
HSV(B) 113º 1% 0.24% -
XYZ 1.7 3.28 0.54 -
YUV 37.31 106.94 106.38 -
System Red Green Blue C M Y K H S L
Decimal 7 60 0 0.88 0 1 0.76 113 1 0.12
Hex 7 3C 0 58 0 64 4C 71 64 C
Octal 7 74 0 130 0 144 114 161 144 14
Binary 111 111100 0 1011000 0 1100100 1001100 1110001 1100100 1100

Color Harmonies of #073C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073C00

Black with #073C00

Text Example


Text Example

White with #073C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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