Html Css Color HEX #072505 Myrtle

📋 copy color: '#072505'

red 7 ◦ green 37 ◦ blue 5

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

Shades of Myrtle #072505

Tints of Myrtle #072505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 10.2%

R = 14.29%
G = 75.51%
B = 10.2%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.86

 K value IS 0.85

RGB Variations

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

Color information

#072505 (or 0x072505) is known color: Myrtle. HEX triplet: 07, 25 and 05. RGB value is (7,37,5). Sum of RGB (Red+Green+Blue) = 7+37+5=49 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.29% from 49); Green value is 37 (14.84% from 255 or 75.51% from 49); Blue value is 5 (2.34% from 255 or 10.20% from 49); Max value from RGB is 37 - color contains mainly: green. Hex color #072505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072505 is #F8DAFA. Grayscale: #181818. Windows color (decimal): -16308987 or 337159. OLE color: 337159.

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

Color convert

RGB 7 37 5 -
CMYK 0.81 0 0.86 0.85
HSL 116.25º 0.76% 0.08% -
HSV(B) 116.25º 0.86% 0.15% -
XYZ 0.78 1.38 0.37 -
YUV 24.38 117.06 115.6 -
System Red Green Blue C M Y K H S L
Decimal 7 37 5 0.81 0 0.86 0.85 116.25 0.76 0.08
Hex 7 25 5 51 0 56 55 74 4C 8
Octal 7 45 5 121 0 126 125 164 114 10
Binary 111 100101 101 1010001 0 1010110 1010101 1110100 1001100 1000

Color Harmonies of #072505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072505

Black with #072505

Text Example


Text Example

White with #072505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072505; }

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

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

background-color css

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

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

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

border-color css

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

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

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