Html Css Color HEX #074504 Myrtle

📋 copy color: '#074504'

red 7 ◦ green 69 ◦ blue 4

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

Shades of Myrtle #074504

Tints of Myrtle #074504

RGB

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

 GREEN value IS 69 (27.34% from 255) = 86.25%

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

R = 8.75%
G = 86.25%
B = 5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#074504 (or 0x074504) is known color: Myrtle. HEX triplet: 07, 45 and 04. RGB value is (7,69,4). Sum of RGB (Red+Green+Blue) = 7+69+4=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 69 (27.34% from 255 or 86.25% from 80); Blue value is 4 (1.95% from 255 or 5% from 80); Max value from RGB is 69 - color contains mainly: green. Hex color #074504 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074504 is #F8BAFB. Grayscale: #2B2B2B. Windows color (decimal): -16300796 or 279815. OLE color: 279815.

HSL color Cylindrical-coordinate representation of color #074504: hue angle of 117.23º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074504 is Cyan = 0.90, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 69 4 -
CMYK 0.90 0 0.94 0.73
HSL 117.23º 0.89% 0.14% -
HSV(B) 117.23º 0.94% 0.27% -
XYZ 2.24 4.31 0.83 -
YUV 43.05 105.96 102.29 -
System Red Green Blue C M Y K H S L
Decimal 7 69 4 0.90 0 0.94 0.73 117.23 0.89 0.14
Hex 7 45 4 5A 0 5E 49 75 59 E
Octal 7 105 4 132 0 136 111 165 131 16
Binary 111 1000101 100 1011010 0 1011110 1001001 1110101 1011001 1110

Color Harmonies of #074504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074504

Black with #074504

Text Example


Text Example

White with #074504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074504; }

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

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

background-color css

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

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

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

border-color css

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

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

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