Html Css Color HEX #074806 Myrtle

📋 copy color: '#074806'

red 7 ◦ green 72 ◦ blue 6

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

Shades of Myrtle #074806

Tints of Myrtle #074806

RGB

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

 GREEN value IS 72 (28.52% from 255) = 84.71%

 BLUE value IS 6 (2.73% from 255) = 7.06%

R = 8.24%
G = 84.71%
B = 7.06%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#074806 (or 0x074806) is known color: Myrtle. HEX triplet: 07, 48 and 06. RGB value is (7,72,6). Sum of RGB (Red+Green+Blue) = 7+72+6=85 (11% of max value = 765). Red value is 7 (3.12% from 255 or 8.24% from 85); Green value is 72 (28.52% from 255 or 84.71% from 85); Blue value is 6 (2.73% from 255 or 7.06% from 85); Max value from RGB is 72 - color contains mainly: green. Hex color #074806 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074806 is #F8B7F9. Grayscale: #2D2D2D. Windows color (decimal): -16300026 or 411655. OLE color: 411655.

HSL color Cylindrical-coordinate representation of color #074806: hue angle of 119.09º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074806 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 72 6 -
CMYK 0.90 0 0.92 0.72
HSL 119.09º 0.85% 0.15% -
HSV(B) 119.09º 0.92% 0.28% -
XYZ 2.44 4.69 0.95 -
YUV 45.04 105.97 100.87 -
System Red Green Blue C M Y K H S L
Decimal 7 72 6 0.90 0 0.92 0.72 119.09 0.85 0.15
Hex 7 48 6 5A 0 5C 48 77 55 F
Octal 7 110 6 132 0 134 110 167 125 17
Binary 111 1001000 110 1011010 0 1011100 1001000 1110111 1010101 1111

Color Harmonies of #074806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074806

Black with #074806

Text Example


Text Example

White with #074806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074806; }

 p { color: rgb(7,72,6); }

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

background-color css

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

 a { background-color: rgb(7,72,6); }

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

border-color css

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

 span { border-color: rgb(7,72,6); }

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