Html Css Color HEX #074004 Myrtle

📋 copy color: '#074004'

red 7 ◦ green 64 ◦ blue 4

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

Shades of Myrtle #074004

Tints of Myrtle #074004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 5.33%

R = 9.33%
G = 85.33%
B = 5.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#074004 (or 0x074004) is known color: Myrtle. HEX triplet: 07, 40 and 04. RGB value is (7,64,4). Sum of RGB (Red+Green+Blue) = 7+64+4=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 64 (25.39% from 255 or 85.33% from 75); Blue value is 4 (1.95% from 255 or 5.33% from 75); Max value from RGB is 64 - color contains mainly: green. Hex color #074004 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074004 is #F8BFFB. Grayscale: #282828. Windows color (decimal): -16302076 or 278535. OLE color: 278535.

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

Color convert

RGB 7 64 4 -
CMYK 0.89 0 0.94 0.75
HSL 117º 0.88% 0.13% -
HSV(B) 117º 0.94% 0.25% -
XYZ 1.94 3.72 0.73 -
YUV 40.12 107.62 104.38 -
System Red Green Blue C M Y K H S L
Decimal 7 64 4 0.89 0 0.94 0.75 117 0.88 0.13
Hex 7 40 4 59 0 5E 4B 75 58 D
Octal 7 100 4 131 0 136 113 165 130 15
Binary 111 1000000 100 1011001 0 1011110 1001011 1110101 1011000 1101

Color Harmonies of #074004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074004

Black with #074004

Text Example


Text Example

White with #074004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074004; }

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

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

background-color css

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

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

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

border-color css

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

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

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