Html Css Color HEX #071405 Myrtle

📋 copy color: '#071405'

red 7 ◦ green 20 ◦ blue 5

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

Shades of Myrtle #071405

Tints of Myrtle #071405

RGB

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

 GREEN value IS 20 (8.2% from 255) = 62.5%

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

R = 21.88%
G = 62.5%
B = 15.63%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.75

 K value IS 0.92

RGB Variations

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

Color information

#071405 (or 0x071405) is known color: Myrtle. HEX triplet: 07, 14 and 05. RGB value is (7,20,5). Sum of RGB (Red+Green+Blue) = 7+20+5=32 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.88% from 32); Green value is 20 (8.20% from 255 or 62.5% from 32); Blue value is 5 (2.34% from 255 or 15.62% from 32); Max value from RGB is 20 - color contains mainly: green. Hex color #071405 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071405 is #F8EBFA. Grayscale: #0E0E0E. Windows color (decimal): -16313339 or 332807. OLE color: 332807.

HSL color Cylindrical-coordinate representation of color #071405: hue angle of 112º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #071405 is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.92.

Color convert

RGB 7 20 5 -
CMYK 0.65 0 0.75 0.92
HSL 112º 0.6% 0.05% -
HSV(B) 112º 0.75% 0.08% -
XYZ 0.37 0.56 0.23 -
YUV 14.4 122.69 122.72 -
System Red Green Blue C M Y K H S L
Decimal 7 20 5 0.65 0 0.75 0.92 112 0.6 0.05
Hex 7 14 5 41 0 4B 5C 70 3C 5
Octal 7 24 5 101 0 113 134 160 74 5
Binary 111 10100 101 1000001 0 1001011 1011100 1110000 111100 101

Color Harmonies of #071405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071405

Black with #071405

Text Example


Text Example

White with #071405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071405; }

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

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

background-color css

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

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

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

border-color css

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

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

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