Html Css Color HEX #073702 Myrtle

📋 copy color: '#073702'

red 7 ◦ green 55 ◦ blue 2

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

Shades of Myrtle #073702

Tints of Myrtle #073702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 85.94%

 BLUE value IS 2 (1.17% from 255) = 3.13%

R = 10.94%
G = 85.94%
B = 3.13%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#073702 (or 0x073702) is known color: Myrtle. HEX triplet: 07, 37 and 02. RGB value is (7,55,2). Sum of RGB (Red+Green+Blue) = 7+55+2=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 55 (21.88% from 255 or 85.94% from 64); Blue value is 2 (1.17% from 255 or 3.12% from 64); Max value from RGB is 55 - color contains mainly: green. Hex color #073702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073702 is #F8C8FD. Grayscale: #222222. Windows color (decimal): -16304382 or 145159. OLE color: 145159.

HSL color Cylindrical-coordinate representation of color #073702: hue angle of 114.34º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073702 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 55 2 -
CMYK 0.87 0 0.96 0.78
HSL 114.34º 0.93% 0.11% -
HSV(B) 114.34º 0.96% 0.22% -
XYZ 1.46 2.78 0.52 -
YUV 34.61 109.6 108.31 -
System Red Green Blue C M Y K H S L
Decimal 7 55 2 0.87 0 0.96 0.78 114.34 0.93 0.11
Hex 7 37 2 57 0 60 4E 72 5D B
Octal 7 67 2 127 0 140 116 162 135 13
Binary 111 110111 10 1010111 0 1100000 1001110 1110010 1011101 1011

Color Harmonies of #073702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073702

Black with #073702

Text Example


Text Example

White with #073702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073702; }

 p { color: rgb(7,55,2); }

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

background-color css

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

 a { background-color: rgb(7,55,2); }

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

border-color css

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

 span { border-color: rgb(7,55,2); }

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