Html Css Color HEX #072500 Myrtle

📋 copy color: '#072500'

red 7 ◦ green 37 ◦ blue 0

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

Shades of Myrtle #072500

Tints of Myrtle #072500

RGB

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

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

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

R = 15.91%
G = 84.09%
B = 0%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 1

 K value IS 0.85

RGB Variations

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

Color information

#072500 (or 0x072500) is known color: Myrtle. HEX triplet: 07, 25 and 00. RGB value is (7,37,0). Sum of RGB (Red+Green+Blue) = 7+37+0=44 (5% of max value = 765). Red value is 7 (3.12% from 255 or 15.91% from 44); Green value is 37 (14.84% from 255 or 84.09% from 44); Blue value is 0 (0.39% from 255 or 0% from 44); Max value from RGB is 37 - color contains mainly: green. Hex color #072500 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072500 is #F8DAFF. Grayscale: #171717. Windows color (decimal): -16308992 or 9479. OLE color: 9479.

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

Color convert

RGB 7 37 0 -
CMYK 0.81 0 1 0.85
HSL 108.65º 1% 0.07% -
HSV(B) 108.65º 1% 0.15% -
XYZ 0.75 1.37 0.22 -
YUV 23.81 114.56 116.01 -
System Red Green Blue C M Y K H S L
Decimal 7 37 0 0.81 0 1 0.85 108.65 1 0.07
Hex 7 25 0 51 0 64 55 6D 64 7
Octal 7 45 0 121 0 144 125 155 144 7
Binary 111 100101 0 1010001 0 1100100 1010101 1101101 1100100 111

Color Harmonies of #072500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072500

Black with #072500

Text Example


Text Example

White with #072500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072500; }

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

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

background-color css

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

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

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

border-color css

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

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

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