Html Css Color HEX #073C0B Myrtle

📋 copy color: '#073C0B'

red 7 ◦ green 60 ◦ blue 11

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

Shades of Myrtle #073C0B

Tints of Myrtle #073C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 14.1%

R = 8.97%
G = 76.92%
B = 14.1%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.82

 K value IS 0.76

RGB Variations

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

Color information

#073C0B (or 0x073C0B) is known color: Myrtle. HEX triplet: 07, 3C and 0B. RGB value is (7,60,11). Sum of RGB (Red+Green+Blue) = 7+60+11=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 60 (23.83% from 255 or 76.92% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 60 - color contains mainly: green. Hex color #073C0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073C0B is #F8C3F4. Grayscale: #262626. Windows color (decimal): -16303093 or 736263. OLE color: 736263.

HSL color Cylindrical-coordinate representation of color #073C0B: hue angle of 124.53º 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 #073C0B is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.76.

Color convert

RGB 7 60 11 -
CMYK 0.88 0 0.82 0.76
HSL 124.53º 0.79% 0.13% -
HSV(B) 124.53º 0.88% 0.24% -
XYZ 1.76 3.3 0.86 -
YUV 38.57 112.44 105.48 -
System Red Green Blue C M Y K H S L
Decimal 7 60 11 0.88 0 0.82 0.76 124.53 0.79 0.13
Hex 7 3C B 58 0 52 4C 7D 4F D
Octal 7 74 13 130 0 122 114 175 117 15
Binary 111 111100 1011 1011000 0 1010010 1001100 1111101 1001111 1101

Color Harmonies of #073C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073C0B

Black with #073C0B

Text Example


Text Example

White with #073C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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