Html Css Color HEX #074006 Myrtle

📋 copy color: '#074006'

red 7 ◦ green 64 ◦ blue 6

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

Shades of Myrtle #074006

Tints of Myrtle #074006

RGB

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

 GREEN value IS 64 (25.39% from 255) = 83.12%

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

R = 9.09%
G = 83.12%
B = 7.79%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.91

 K value IS 0.75

RGB Variations

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

Color information

#074006 (or 0x074006) is known color: Myrtle. HEX triplet: 07, 40 and 06. RGB value is (7,64,6). Sum of RGB (Red+Green+Blue) = 7+64+6=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 64 (25.39% from 255 or 83.12% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 64 - color contains mainly: green. Hex color #074006 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074006 is #F8BFF9. Grayscale: #282828. Windows color (decimal): -16302074 or 409607. OLE color: 409607.

HSL color Cylindrical-coordinate representation of color #074006: hue angle of 118.97º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074006 is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 64 6 -
CMYK 0.89 0 0.91 0.75
HSL 118.97º 0.83% 0.14% -
HSV(B) 118.97º 0.91% 0.25% -
XYZ 1.95 3.73 0.79 -
YUV 40.35 108.62 104.22 -
System Red Green Blue C M Y K H S L
Decimal 7 64 6 0.89 0 0.91 0.75 118.97 0.83 0.14
Hex 7 40 6 59 0 5B 4B 77 53 E
Octal 7 100 6 131 0 133 113 167 123 16
Binary 111 1000000 110 1011001 0 1011011 1001011 1110111 1010011 1110

Color Harmonies of #074006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074006

Black with #074006

Text Example


Text Example

White with #074006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074006; }

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

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

background-color css

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

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

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

border-color css

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

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

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