Html Css Color HEX #07460D Myrtle

📋 copy color: '#07460D'

red 7 ◦ green 70 ◦ blue 13

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

Shades of Myrtle #07460D

Tints of Myrtle #07460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 77.78%

 BLUE value IS 13 (5.47% from 255) = 14.44%

R = 7.78%
G = 77.78%
B = 14.44%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.73

RGB Variations

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

Color information

#07460D (or 0x07460D) is known color: Myrtle. HEX triplet: 07, 46 and 0D. RGB value is (7,70,13). Sum of RGB (Red+Green+Blue) = 7+70+13=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 70 (27.73% from 255 or 77.78% from 90); Blue value is 13 (5.47% from 255 or 14.44% from 90); Max value from RGB is 70 - color contains mainly: green. Hex color #07460D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07460D is #F8B9F2. Grayscale: #2C2C2C. Windows color (decimal): -16300531 or 869895. OLE color: 869895.

HSL color Cylindrical-coordinate representation of color #07460D: hue angle of 125.71º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #07460D is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 70 13 -
CMYK 0.90 0 0.81 0.73
HSL 125.71º 0.82% 0.15% -
HSV(B) 125.71º 0.9% 0.27% -
XYZ 2.35 4.45 1.12 -
YUV 44.67 110.13 101.13 -
System Red Green Blue C M Y K H S L
Decimal 7 70 13 0.90 0 0.81 0.73 125.71 0.82 0.15
Hex 7 46 D 5A 0 51 49 7E 52 F
Octal 7 106 15 132 0 121 111 176 122 17
Binary 111 1000110 1101 1011010 0 1010001 1001001 1111110 1010010 1111

Color Harmonies of #07460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07460D

Black with #07460D

Text Example


Text Example

White with #07460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07460D; }

 p { color: rgb(7,70,13); }

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

background-color css

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

 a { background-color: rgb(7,70,13); }

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

border-color css

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

 span { border-color: rgb(7,70,13); }

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