Html Css Color HEX #074005 Myrtle

📋 copy color: '#074005'

red 7 ◦ green 64 ◦ blue 5

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

Shades of Myrtle #074005

Tints of Myrtle #074005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.58%

R = 9.21%
G = 84.21%
B = 6.58%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#074005 (or 0x074005) is known color: Myrtle. HEX triplet: 07, 40 and 05. RGB value is (7,64,5). Sum of RGB (Red+Green+Blue) = 7+64+5=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 64 (25.39% from 255 or 84.21% from 76); Blue value is 5 (2.34% from 255 or 6.58% from 76); Max value from RGB is 64 - color contains mainly: green. Hex color #074005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074005 is #F8BFFA. Grayscale: #282828. Windows color (decimal): -16302075 or 344071. OLE color: 344071.

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

Color convert

RGB 7 64 5 -
CMYK 0.89 0 0.92 0.75
HSL 117.97º 0.86% 0.14% -
HSV(B) 117.97º 0.92% 0.25% -
XYZ 1.95 3.72 0.76 -
YUV 40.23 108.12 104.3 -
System Red Green Blue C M Y K H S L
Decimal 7 64 5 0.89 0 0.92 0.75 117.97 0.86 0.14
Hex 7 40 5 59 0 5C 4B 76 56 E
Octal 7 100 5 131 0 134 113 166 126 16
Binary 111 1000000 101 1011001 0 1011100 1001011 1110110 1010110 1110

Color Harmonies of #074005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074005

Black with #074005

Text Example


Text Example

White with #074005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074005; }

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

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

background-color css

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

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

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

border-color css

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

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

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