Html Css Color HEX #07410C Myrtle

📋 copy color: '#07410C'

red 7 ◦ green 65 ◦ blue 12

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

Shades of Myrtle #07410C

Tints of Myrtle #07410C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 14.29%

R = 8.33%
G = 77.38%
B = 14.29%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#07410C (or 0x07410C) is known color: Myrtle. HEX triplet: 07, 41 and 0C. RGB value is (7,65,12). Sum of RGB (Red+Green+Blue) = 7+65+12=84 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.33% from 84); Green value is 65 (25.78% from 255 or 77.38% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 65 - color contains mainly: green. Hex color #07410C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07410C is #F8BEF3. Grayscale: #292929. Windows color (decimal): -16301812 or 803079. OLE color: 803079.

HSL color Cylindrical-coordinate representation of color #07410C: hue angle of 125.17º 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 #07410C is Cyan = 0.89, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 65 12 -
CMYK 0.89 0 0.82 0.75
HSL 125.17º 0.81% 0.14% -
HSV(B) 125.17º 0.89% 0.25% -
XYZ 2.04 3.85 0.98 -
YUV 41.62 111.28 103.31 -
System Red Green Blue C M Y K H S L
Decimal 7 65 12 0.89 0 0.82 0.75 125.17 0.81 0.14
Hex 7 41 C 59 0 52 4B 7D 51 E
Octal 7 101 14 131 0 122 113 175 121 16
Binary 111 1000001 1100 1011001 0 1010010 1001011 1111101 1010001 1110

Color Harmonies of #07410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07410C

Black with #07410C

Text Example


Text Example

White with #07410C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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