Html Css Color HEX #07490A Myrtle

📋 copy color: '#07490A'

red 7 ◦ green 73 ◦ blue 10

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

Shades of Myrtle #07490A

Tints of Myrtle #07490A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 81.11%

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

R = 7.78%
G = 81.11%
B = 11.11%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.86

 K value IS 0.71

RGB Variations

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

Color information

#07490A (or 0x07490A) is known color: Myrtle. HEX triplet: 07, 49 and 0A. RGB value is (7,73,10). Sum of RGB (Red+Green+Blue) = 7+73+10=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 73 (28.91% from 255 or 81.11% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 73 - color contains mainly: green. Hex color #07490A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07490A is #F8B6F5. Grayscale: #2E2E2E. Windows color (decimal): -16299766 or 674055. OLE color: 674055.

HSL color Cylindrical-coordinate representation of color #07490A: hue angle of 122.73º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07490A is Cyan = 0.90, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 73 10 -
CMYK 0.90 0 0.86 0.71
HSL 122.73º 0.83% 0.16% -
HSV(B) 122.73º 0.9% 0.29% -
XYZ 2.52 4.83 1.09 -
YUV 46.08 107.63 100.12 -
System Red Green Blue C M Y K H S L
Decimal 7 73 10 0.90 0 0.86 0.71 122.73 0.83 0.16
Hex 7 49 A 5A 0 56 47 7B 52 10
Octal 7 111 12 132 0 126 107 173 122 20
Binary 111 1001001 1010 1011010 0 1010110 1000111 1111011 1010010 10000

Color Harmonies of #07490A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07490A

Black with #07490A

Text Example


Text Example

White with #07490A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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