Html Css Color HEX #07410A Myrtle

📋 copy color: '#07410A'

red 7 ◦ green 65 ◦ blue 10

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

Shades of Myrtle #07410A

Tints of Myrtle #07410A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 79.27%

 BLUE value IS 10 (4.3% from 255) = 12.2%

R = 8.54%
G = 79.27%
B = 12.2%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.85

 K value IS 0.75

RGB Variations

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

Color information

#07410A (or 0x07410A) is known color: Myrtle. HEX triplet: 07, 41 and 0A. RGB value is (7,65,10). Sum of RGB (Red+Green+Blue) = 7+65+10=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 65 (25.78% from 255 or 79.27% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 65 - color contains mainly: green. Hex color #07410A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07410A is #F8BEF5. Grayscale: #292929. Windows color (decimal): -16301814 or 672007. OLE color: 672007.

HSL color Cylindrical-coordinate representation of color #07410A: hue angle of 123.1º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07410A is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 65 10 -
CMYK 0.89 0 0.85 0.75
HSL 123.1º 0.81% 0.14% -
HSV(B) 123.1º 0.89% 0.25% -
XYZ 2.03 3.85 0.92 -
YUV 41.39 110.28 103.47 -
System Red Green Blue C M Y K H S L
Decimal 7 65 10 0.89 0 0.85 0.75 123.1 0.81 0.14
Hex 7 41 A 59 0 55 4B 7B 51 E
Octal 7 101 12 131 0 125 113 173 121 16
Binary 111 1000001 1010 1011001 0 1010101 1001011 1111011 1010001 1110

Color Harmonies of #07410A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07410A

Black with #07410A

Text Example


Text Example

White with #07410A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07410A; }

 p { color: rgb(7,65,10); }

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

background-color css

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

 a { background-color: rgb(7,65,10); }

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

border-color css

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

 span { border-color: rgb(7,65,10); }

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