Html Css Color HEX #073602 Myrtle

📋 copy color: '#073602'

red 7 ◦ green 54 ◦ blue 2

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

Shades of Myrtle #073602

Tints of Myrtle #073602

RGB

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

 GREEN value IS 54 (21.48% from 255) = 85.71%

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

R = 11.11%
G = 85.71%
B = 3.17%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.96

 K value IS 0.79

RGB Variations

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

Color information

#073602 (or 0x073602) is known color: Myrtle. HEX triplet: 07, 36 and 02. RGB value is (7,54,2). Sum of RGB (Red+Green+Blue) = 7+54+2=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 54 (21.48% from 255 or 85.71% from 63); Blue value is 2 (1.17% from 255 or 3.17% from 63); Max value from RGB is 54 - color contains mainly: green. Hex color #073602 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073602 is #F8C9FD. Grayscale: #222222. Windows color (decimal): -16304638 or 144903. OLE color: 144903.

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

Color convert

RGB 7 54 2 -
CMYK 0.87 0 0.96 0.79
HSL 114.23º 0.93% 0.11% -
HSV(B) 114.23º 0.96% 0.21% -
XYZ 1.42 2.69 0.5 -
YUV 34.02 109.93 108.73 -
System Red Green Blue C M Y K H S L
Decimal 7 54 2 0.87 0 0.96 0.79 114.23 0.93 0.11
Hex 7 36 2 57 0 60 4F 72 5D B
Octal 7 66 2 127 0 140 117 162 135 13
Binary 111 110110 10 1010111 0 1100000 1001111 1110010 1011101 1011

Color Harmonies of #073602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073602

Black with #073602

Text Example


Text Example

White with #073602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073602; }

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

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

background-color css

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

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

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

border-color css

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

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

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