Html Css Color HEX #072100 Myrtle

📋 copy color: '#072100'

red 7 ◦ green 33 ◦ blue 0

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

Shades of Myrtle #072100

Tints of Myrtle #072100

RGB

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

 GREEN value IS 33 (13.28% from 255) = 82.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 17.5%
G = 82.5%
B = 0%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 1

 K value IS 0.87

RGB Variations

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

Color information

#072100 (or 0x072100) is known color: Myrtle. HEX triplet: 07, 21 and 00. RGB value is (7,33,0). Sum of RGB (Red+Green+Blue) = 7+33+0=40 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.5% from 40); Green value is 33 (13.28% from 255 or 82.5% from 40); Blue value is 0 (0.39% from 255 or 0% from 40); Max value from RGB is 33 - color contains mainly: green. Hex color #072100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072100 is #F8DEFF. Grayscale: #151515. Windows color (decimal): -16310016 or 8455. OLE color: 8455.

HSL color Cylindrical-coordinate representation of color #072100: hue angle of 107.27º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #072100 is Cyan = 0.79, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.

Color convert

RGB 7 33 0 -
CMYK 0.79 0 1 0.87
HSL 107.27º 1% 0.06% -
HSV(B) 107.27º 1% 0.13% -
XYZ 0.63 1.13 0.19 -
YUV 21.46 115.89 117.68 -
System Red Green Blue C M Y K H S L
Decimal 7 33 0 0.79 0 1 0.87 107.27 1 0.06
Hex 7 21 0 4F 0 64 57 6B 64 6
Octal 7 41 0 117 0 144 127 153 144 6
Binary 111 100001 0 1001111 0 1100100 1010111 1101011 1100100 110

Color Harmonies of #072100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072100

Black with #072100

Text Example


Text Example

White with #072100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072100; }

 p { color: rgb(7,33,0); }

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

background-color css

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

 a { background-color: rgb(7,33,0); }

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

border-color css

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

 span { border-color: rgb(7,33,0); }

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