Html Css Color HEX #075410 Myrtle

📋 copy color: '#075410'

red 7 ◦ green 84 ◦ blue 16

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

Shades of Myrtle #075410

Tints of Myrtle #075410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.95%

R = 6.54%
G = 78.5%
B = 14.95%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#075410 (or 0x075410) is known color: Myrtle. HEX triplet: 07, 54 and 10. RGB value is (7,84,16). Sum of RGB (Red+Green+Blue) = 7+84+16=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 84 (33.20% from 255 or 78.50% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 84 - color contains mainly: green. Hex color #075410 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #075410 is #F8ABEF. Grayscale: #353535. Windows color (decimal): -16296944 or 1070087. OLE color: 1070087.

HSL color Cylindrical-coordinate representation of color #075410: hue angle of 127.01º 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 #075410 is Cyan = 0.92, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 84 16 -
CMYK 0.92 0 0.81 0.67
HSL 127.01º 0.85% 0.18% -
HSV(B) 127.01º 0.92% 0.33% -
XYZ 3.35 6.42 1.55 -
YUV 53.23 106.99 95.03 -
System Red Green Blue C M Y K H S L
Decimal 7 84 16 0.92 0 0.81 0.67 127.01 0.85 0.18
Hex 7 54 10 5C 0 51 43 7F 55 12
Octal 7 124 20 134 0 121 103 177 125 22
Binary 111 1010100 10000 1011100 0 1010001 1000011 1111111 1010101 10010

Color Harmonies of #075410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075410

Black with #075410

Text Example


Text Example

White with #075410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075410; }

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

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

background-color css

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

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

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

border-color css

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

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

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