Html Css Color HEX #073406 Myrtle

📋 copy color: '#073406'

red 7 ◦ green 52 ◦ blue 6

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

Shades of Myrtle #073406

Tints of Myrtle #073406

RGB

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

 GREEN value IS 52 (20.7% from 255) = 80%

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

R = 10.77%
G = 80%
B = 9.23%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.88

 K value IS 0.80

RGB Variations

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

Color information

#073406 (or 0x073406) is known color: Myrtle. HEX triplet: 07, 34 and 06. RGB value is (7,52,6). Sum of RGB (Red+Green+Blue) = 7+52+6=65 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.77% from 65); Green value is 52 (20.70% from 255 or 80% from 65); Blue value is 6 (2.73% from 255 or 9.23% from 65); Max value from RGB is 52 - color contains mainly: green. Hex color #073406 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073406 is #F8CBF9. Grayscale: #212121. Windows color (decimal): -16305146 or 406535. OLE color: 406535.

HSL color Cylindrical-coordinate representation of color #073406: hue angle of 118.7º 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 #073406 is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 52 6 -
CMYK 0.87 0 0.88 0.80
HSL 118.7º 0.79% 0.11% -
HSV(B) 118.7º 0.88% 0.2% -
XYZ 1.35 2.51 0.59 -
YUV 33.3 112.59 109.24 -
System Red Green Blue C M Y K H S L
Decimal 7 52 6 0.87 0 0.88 0.80 118.7 0.79 0.11
Hex 7 34 6 57 0 58 50 77 4F B
Octal 7 64 6 127 0 130 120 167 117 13
Binary 111 110100 110 1010111 0 1011000 1010000 1110111 1001111 1011

Color Harmonies of #073406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073406

Black with #073406

Text Example


Text Example

White with #073406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073406; }

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

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

background-color css

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

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

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

border-color css

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

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

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