Html Css Color HEX #073505 Myrtle

📋 copy color: '#073505'

red 7 ◦ green 53 ◦ blue 5

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

Shades of Myrtle #073505

Tints of Myrtle #073505

RGB

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

 GREEN value IS 53 (21.09% from 255) = 81.54%

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

R = 10.77%
G = 81.54%
B = 7.69%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.91

 K value IS 0.79

RGB Variations

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

Color information

#073505 (or 0x073505) is known color: Myrtle. HEX triplet: 07, 35 and 05. RGB value is (7,53,5). Sum of RGB (Red+Green+Blue) = 7+53+5=65 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.77% from 65); Green value is 53 (21.09% from 255 or 81.54% from 65); Blue value is 5 (2.34% from 255 or 7.69% from 65); Max value from RGB is 53 - color contains mainly: green. Hex color #073505 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073505 is #F8CAFA. Grayscale: #212121. Windows color (decimal): -16304891 or 341255. OLE color: 341255.

HSL color Cylindrical-coordinate representation of color #073505: hue angle of 117.5º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #073505 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.79.

Color convert

RGB 7 53 5 -
CMYK 0.87 0 0.91 0.79
HSL 117.5º 0.83% 0.11% -
HSV(B) 117.5º 0.91% 0.21% -
XYZ 1.39 2.6 0.57 -
YUV 33.77 111.76 108.9 -
System Red Green Blue C M Y K H S L
Decimal 7 53 5 0.87 0 0.91 0.79 117.5 0.83 0.11
Hex 7 35 5 57 0 5B 4F 76 53 B
Octal 7 65 5 127 0 133 117 166 123 13
Binary 111 110101 101 1010111 0 1011011 1001111 1110110 1010011 1011

Color Harmonies of #073505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073505

Black with #073505

Text Example


Text Example

White with #073505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073505; }

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

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

background-color css

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

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

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

border-color css

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

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

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