Html Css Color HEX #073206 Myrtle

📋 copy color: '#073206'

red 7 ◦ green 50 ◦ blue 6

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

Shades of Myrtle #073206

Tints of Myrtle #073206

RGB

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

 GREEN value IS 50 (19.92% from 255) = 79.37%

 BLUE value IS 6 (2.73% from 255) = 9.52%

R = 11.11%
G = 79.37%
B = 9.52%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.88

 K value IS 0.80

RGB Variations

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

Color information

#073206 (or 0x073206) is known color: Myrtle. HEX triplet: 07, 32 and 06. RGB value is (7,50,6). Sum of RGB (Red+Green+Blue) = 7+50+6=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 50 (19.92% from 255 or 79.37% from 63); Blue value is 6 (2.73% from 255 or 9.52% from 63); Max value from RGB is 50 - color contains mainly: green. Hex color #073206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073206 is #F8CDF9. Grayscale: #202020. Windows color (decimal): -16305658 or 406023. OLE color: 406023.

HSL color Cylindrical-coordinate representation of color #073206: hue angle of 118.64º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073206 is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 50 6 -
CMYK 0.86 0 0.88 0.80
HSL 118.64º 0.79% 0.11% -
HSV(B) 118.64º 0.88% 0.2% -
XYZ 1.26 2.34 0.56 -
YUV 32.13 113.25 110.08 -
System Red Green Blue C M Y K H S L
Decimal 7 50 6 0.86 0 0.88 0.80 118.64 0.79 0.11
Hex 7 32 6 56 0 58 50 77 4F B
Octal 7 62 6 126 0 130 120 167 117 13
Binary 111 110010 110 1010110 0 1011000 1010000 1110111 1001111 1011

Color Harmonies of #073206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073206

Black with #073206

Text Example


Text Example

White with #073206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073206; }

 p { color: rgb(7,50,6); }

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

background-color css

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

 a { background-color: rgb(7,50,6); }

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

border-color css

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

 span { border-color: rgb(7,50,6); }

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