Html Css Color HEX #073102 Myrtle

📋 copy color: '#073102'

red 7 ◦ green 49 ◦ blue 2

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

Shades of Myrtle #073102

Tints of Myrtle #073102

RGB

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

 GREEN value IS 49 (19.53% from 255) = 84.48%

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

R = 12.07%
G = 84.48%
B = 3.45%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.96

 K value IS 0.81

RGB Variations

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

Color information

#073102 (or 0x073102) is known color: Myrtle. HEX triplet: 07, 31 and 02. RGB value is (7,49,2). Sum of RGB (Red+Green+Blue) = 7+49+2=58 (7% of max value = 765). Red value is 7 (3.12% from 255 or 12.07% from 58); Green value is 49 (19.53% from 255 or 84.48% from 58); Blue value is 2 (1.17% from 255 or 3.45% from 58); Max value from RGB is 49 - color contains mainly: green. Hex color #073102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073102 is #F8CEFD. Grayscale: #1F1F1F. Windows color (decimal): -16305918 or 143623. OLE color: 143623.

HSL color Cylindrical-coordinate representation of color #073102: hue angle of 113.62º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #073102 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 49 2 -
CMYK 0.86 0 0.96 0.81
HSL 113.62º 0.92% 0.1% -
HSV(B) 113.62º 0.96% 0.19% -
XYZ 1.2 2.25 0.43 -
YUV 31.08 111.59 110.82 -
System Red Green Blue C M Y K H S L
Decimal 7 49 2 0.86 0 0.96 0.81 113.62 0.92 0.1
Hex 7 31 2 56 0 60 51 72 5C A
Octal 7 61 2 126 0 140 121 162 134 12
Binary 111 110001 10 1010110 0 1100000 1010001 1110010 1011100 1010

Color Harmonies of #073102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073102

Black with #073102

Text Example


Text Example

White with #073102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073102; }

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

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

background-color css

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

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

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

border-color css

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

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

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