Html Css Color HEX #075412 Myrtle

📋 copy color: '#075412'

red 7 ◦ green 84 ◦ blue 18

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

Shades of Myrtle #075412

Tints of Myrtle #075412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 77.06%

 BLUE value IS 18 (7.42% from 255) = 16.51%

R = 6.42%
G = 77.06%
B = 16.51%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#075412 (or 0x075412) is known color: Myrtle. HEX triplet: 07, 54 and 12. RGB value is (7,84,18). Sum of RGB (Red+Green+Blue) = 7+84+18=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 84 (33.20% from 255 or 77.06% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 84 - color contains mainly: green. Hex color #075412 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075412 is #F8ABED. Grayscale: #353535. Windows color (decimal): -16296942 or 1201159. OLE color: 1201159.

HSL color Cylindrical-coordinate representation of color #075412: hue angle of 128.57º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #075412 is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 84 18 -
CMYK 0.92 0 0.79 0.67
HSL 128.57º 0.85% 0.18% -
HSV(B) 128.57º 0.92% 0.33% -
XYZ 3.37 6.43 1.64 -
YUV 53.45 107.99 94.87 -
System Red Green Blue C M Y K H S L
Decimal 7 84 18 0.92 0 0.79 0.67 128.57 0.85 0.18
Hex 7 54 12 5C 0 4F 43 81 55 12
Octal 7 124 22 134 0 117 103 201 125 22
Binary 111 1010100 10010 1011100 0 1001111 1000011 10000001 1010101 10010

Color Harmonies of #075412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075412

Black with #075412

Text Example


Text Example

White with #075412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075412; }

 p { color: rgb(7,84,18); }

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

background-color css

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

 a { background-color: rgb(7,84,18); }

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

border-color css

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

 span { border-color: rgb(7,84,18); }

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