Html Css Color HEX #072205 Myrtle

📋 copy color: '#072205'

red 7 ◦ green 34 ◦ blue 5

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

Shades of Myrtle #072205

Tints of Myrtle #072205

RGB

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

 GREEN value IS 34 (13.67% from 255) = 73.91%

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

R = 15.22%
G = 73.91%
B = 10.87%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.85

 K value IS 0.87

RGB Variations

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

Color information

#072205 (or 0x072205) is known color: Myrtle. HEX triplet: 07, 22 and 05. RGB value is (7,34,5). Sum of RGB (Red+Green+Blue) = 7+34+5=46 (6% of max value = 765). Red value is 7 (3.12% from 255 or 15.22% from 46); Green value is 34 (13.67% from 255 or 73.91% from 46); Blue value is 5 (2.34% from 255 or 10.87% from 46); Max value from RGB is 34 - color contains mainly: green. Hex color #072205 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #072205 is #F8DDFA. Grayscale: #161616. Windows color (decimal): -16309755 or 336391. OLE color: 336391.

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

Color convert

RGB 7 34 5 -
CMYK 0.79 0 0.85 0.87
HSL 115.86º 0.74% 0.08% -
HSV(B) 115.86º 0.85% 0.13% -
XYZ 0.69 1.2 0.34 -
YUV 22.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 7 34 5 0.79 0 0.85 0.87 115.86 0.74 0.08
Hex 7 22 5 4F 0 55 57 74 4A 8
Octal 7 42 5 117 0 125 127 164 112 10
Binary 111 100010 101 1001111 0 1010101 1010111 1110100 1001010 1000

Color Harmonies of #072205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072205

Black with #072205

Text Example


Text Example

White with #072205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072205; }

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

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

background-color css

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

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

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

border-color css

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

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

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