Html Css Color HEX #07460E Myrtle

📋 copy color: '#07460E'

red 7 ◦ green 70 ◦ blue 14

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

Shades of Myrtle #07460E

Tints of Myrtle #07460E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 15.38%

R = 7.69%
G = 76.92%
B = 15.38%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#07460E (or 0x07460E) is known color: Myrtle. HEX triplet: 07, 46 and 0E. RGB value is (7,70,14). Sum of RGB (Red+Green+Blue) = 7+70+14=91 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.69% from 91); Green value is 70 (27.73% from 255 or 76.92% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 70 - color contains mainly: green. Hex color #07460E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #07460E is #F8B9F1. Grayscale: #2C2C2C. Windows color (decimal): -16300530 or 935431. OLE color: 935431.

HSL color Cylindrical-coordinate representation of color #07460E: hue angle of 126.67º 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 #07460E is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 70 14 -
CMYK 0.90 0 0.80 0.73
HSL 126.67º 0.82% 0.15% -
HSV(B) 126.67º 0.9% 0.27% -
XYZ 2.36 4.46 1.15 -
YUV 44.78 110.63 101.05 -
System Red Green Blue C M Y K H S L
Decimal 7 70 14 0.90 0 0.80 0.73 126.67 0.82 0.15
Hex 7 46 E 5A 0 50 49 7F 52 F
Octal 7 106 16 132 0 120 111 177 122 17
Binary 111 1000110 1110 1011010 0 1010000 1001001 1111111 1010010 1111

Color Harmonies of #07460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07460E

Black with #07460E

Text Example


Text Example

White with #07460E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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