Html Css Color HEX #072301 Myrtle

📋 copy color: '#072301'

red 7 ◦ green 35 ◦ blue 1

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

Shades of Myrtle #072301

Tints of Myrtle #072301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 81.4%

 BLUE value IS 1 (0.78% from 255) = 2.33%

R = 16.28%
G = 81.4%
B = 2.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.97

 K value IS 0.86

RGB Variations

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

Color information

#072301 (or 0x072301) is known color: Myrtle. HEX triplet: 07, 23 and 01. RGB value is (7,35,1). Sum of RGB (Red+Green+Blue) = 7+35+1=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 35 (14.06% from 255 or 81.40% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 35 - color contains mainly: green. Hex color #072301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072301 is #F8DCFE. Grayscale: #161616. Windows color (decimal): -16309503 or 74503. OLE color: 74503.

HSL color Cylindrical-coordinate representation of color #072301: hue angle of 109.41º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072301 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.

Color convert

RGB 7 35 1 -
CMYK 0.80 0 0.97 0.86
HSL 109.41º 0.94% 0.07% -
HSV(B) 109.41º 0.97% 0.14% -
XYZ 0.69 1.25 0.23 -
YUV 22.75 115.72 116.76 -
System Red Green Blue C M Y K H S L
Decimal 7 35 1 0.80 0 0.97 0.86 109.41 0.94 0.07
Hex 7 23 1 50 0 61 56 6D 5E 7
Octal 7 43 1 120 0 141 126 155 136 7
Binary 111 100011 1 1010000 0 1100001 1010110 1101101 1011110 111

Color Harmonies of #072301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072301

Black with #072301

Text Example


Text Example

White with #072301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072301; }

 p { color: rgb(7,35,1); }

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

background-color css

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

 a { background-color: rgb(7,35,1); }

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

border-color css

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

 span { border-color: rgb(7,35,1); }

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