Html Css Color HEX #074E12 Myrtle

📋 copy color: '#074E12'

red 7 ◦ green 78 ◦ blue 18

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

Shades of Myrtle #074E12

Tints of Myrtle #074E12

RGB

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

 GREEN value IS 78 (30.86% from 255) = 75.73%

 BLUE value IS 18 (7.42% from 255) = 17.48%

R = 6.8%
G = 75.73%
B = 17.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.69

RGB Variations

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

Color information

#074E12 (or 0x074E12) is known color: Myrtle. HEX triplet: 07, 4E and 12. RGB value is (7,78,18). Sum of RGB (Red+Green+Blue) = 7+78+18=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 78 (30.86% from 255 or 75.73% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 78 - color contains mainly: green. Hex color #074E12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074E12 is #F8B1ED. Grayscale: #323232. Windows color (decimal): -16298478 or 1199623. OLE color: 1199623.

HSL color Cylindrical-coordinate representation of color #074E12: hue angle of 129.3º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074E12 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 78 18 -
CMYK 0.91 0 0.77 0.69
HSL 129.3º 0.84% 0.17% -
HSV(B) 129.3º 0.91% 0.31% -
XYZ 2.92 5.54 1.49 -
YUV 49.93 109.98 97.38 -
System Red Green Blue C M Y K H S L
Decimal 7 78 18 0.91 0 0.77 0.69 129.3 0.84 0.17
Hex 7 4E 12 5B 0 4D 45 81 54 11
Octal 7 116 22 133 0 115 105 201 124 21
Binary 111 1001110 10010 1011011 0 1001101 1000101 10000001 1010100 10001

Color Harmonies of #074E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074E12

Black with #074E12

Text Example


Text Example

White with #074E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074E12; }

 p { color: rgb(7,78,18); }

 H1.HeaderClassName
 {
   color: #074E12;
 }
 .AnyTagClassName
 {
   color: #074E12;
 }
</style>

background-color css

<style>
 a { background-color: #074E12; }

 a { background-color: rgb(7,78,18); }

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

border-color css

<style>
 span { border-color: #074E12; }

 span { border-color: rgb(7,78,18); }

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