Html Css Color HEX #072501 Myrtle

📋 copy color: '#072501'

red 7 ◦ green 37 ◦ blue 1

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

Shades of Myrtle #072501

Tints of Myrtle #072501

RGB

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

 GREEN value IS 37 (14.84% from 255) = 82.22%

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

R = 15.56%
G = 82.22%
B = 2.22%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.97

 K value IS 0.85

RGB Variations

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

Color information

#072501 (or 0x072501) is known color: Myrtle. HEX triplet: 07, 25 and 01. RGB value is (7,37,1). Sum of RGB (Red+Green+Blue) = 7+37+1=45 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.56% from 45); Green value is 37 (14.84% from 255 or 82.22% from 45); Blue value is 1 (0.78% from 255 or 2.22% from 45); Max value from RGB is 37 - color contains mainly: green. Hex color #072501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072501 is #F8DAFE. Grayscale: #181818. Windows color (decimal): -16308991 or 75015. OLE color: 75015.

HSL color Cylindrical-coordinate representation of color #072501: hue angle of 110º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #072501 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.85.

Color convert

RGB 7 37 1 -
CMYK 0.81 0 0.97 0.85
HSL 110º 0.95% 0.07% -
HSV(B) 110º 0.97% 0.15% -
XYZ 0.75 1.37 0.25 -
YUV 23.93 115.06 115.93 -
System Red Green Blue C M Y K H S L
Decimal 7 37 1 0.81 0 0.97 0.85 110 0.95 0.07
Hex 7 25 1 51 0 61 55 6E 5F 7
Octal 7 45 1 121 0 141 125 156 137 7
Binary 111 100101 1 1010001 0 1100001 1010101 1101110 1011111 111

Color Harmonies of #072501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072501

Black with #072501

Text Example


Text Example

White with #072501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072501; }

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

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

background-color css

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

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

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

border-color css

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

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

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