Html Css Color HEX #074910 Myrtle

📋 copy color: '#074910'

red 7 ◦ green 73 ◦ blue 16

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

Shades of Myrtle #074910

Tints of Myrtle #074910

RGB

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

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

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

R = 7.29%
G = 76.04%
B = 16.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#074910 (or 0x074910) is known color: Myrtle. HEX triplet: 07, 49 and 10. RGB value is (7,73,16). Sum of RGB (Red+Green+Blue) = 7+73+16=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 73 (28.91% from 255 or 76.04% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 73 - color contains mainly: green. Hex color #074910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074910 is #F8B6EF. Grayscale: #2E2E2E. Windows color (decimal): -16299760 or 1067271. OLE color: 1067271.

HSL color Cylindrical-coordinate representation of color #074910: hue angle of 128.18º 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 #074910 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 73 16 -
CMYK 0.90 0 0.78 0.71
HSL 128.18º 0.83% 0.16% -
HSV(B) 128.18º 0.9% 0.29% -
XYZ 2.56 4.85 1.29 -
YUV 46.77 110.63 99.63 -
System Red Green Blue C M Y K H S L
Decimal 7 73 16 0.90 0 0.78 0.71 128.18 0.83 0.16
Hex 7 49 10 5A 0 4E 47 80 52 10
Octal 7 111 20 132 0 116 107 200 122 20
Binary 111 1001001 10000 1011010 0 1001110 1000111 10000000 1010010 10000

Color Harmonies of #074910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074910

Black with #074910

Text Example


Text Example

White with #074910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074910; }

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

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

background-color css

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

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

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

border-color css

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

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

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