Html Css Color HEX #074E10 Myrtle

📋 copy color: '#074E10'

red 7 ◦ green 78 ◦ blue 16

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

Shades of Myrtle #074E10

Tints of Myrtle #074E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 15.84%

R = 6.93%
G = 77.23%
B = 15.84%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.69

RGB Variations

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

Color information

#074E10 (or 0x074E10) is known color: Myrtle. HEX triplet: 07, 4E and 10. RGB value is (7,78,16). Sum of RGB (Red+Green+Blue) = 7+78+16=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 78 (30.86% from 255 or 77.23% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 78 - color contains mainly: green. Hex color #074E10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074E10 is #F8B1EF. Grayscale: #313131. Windows color (decimal): -16298480 or 1068551. OLE color: 1068551.

HSL color Cylindrical-coordinate representation of color #074E10: hue angle of 127.61º 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 #074E10 is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 78 16 -
CMYK 0.91 0 0.79 0.69
HSL 127.61º 0.84% 0.17% -
HSV(B) 127.61º 0.91% 0.31% -
XYZ 2.91 5.53 1.4 -
YUV 49.7 108.98 97.54 -
System Red Green Blue C M Y K H S L
Decimal 7 78 16 0.91 0 0.79 0.69 127.61 0.84 0.17
Hex 7 4E 10 5B 0 4F 45 80 54 11
Octal 7 116 20 133 0 117 105 200 124 21
Binary 111 1001110 10000 1011011 0 1001111 1000101 10000000 1010100 10001

Color Harmonies of #074E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074E10

Black with #074E10

Text Example


Text Example

White with #074E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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