Html Css Color HEX #074401 Myrtle

📋 copy color: '#074401'

red 7 ◦ green 68 ◦ blue 1

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

Shades of Myrtle #074401

Tints of Myrtle #074401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 89.47%

 BLUE value IS 1 (0.78% from 255) = 1.32%

R = 9.21%
G = 89.47%
B = 1.32%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#074401 (or 0x074401) is known color: Myrtle. HEX triplet: 07, 44 and 01. RGB value is (7,68,1). Sum of RGB (Red+Green+Blue) = 7+68+1=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 68 (26.95% from 255 or 89.47% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 68 - color contains mainly: green. Hex color #074401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074401 is #F8BBFE. Grayscale: #2A2A2A. Windows color (decimal): -16301055 or 82951. OLE color: 82951.

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

Color convert

RGB 7 68 1 -
CMYK 0.90 0 0.99 0.73
HSL 114.63º 0.97% 0.14% -
HSV(B) 114.63º 0.99% 0.27% -
XYZ 2.16 4.18 0.72 -
YUV 42.12 104.79 102.95 -
System Red Green Blue C M Y K H S L
Decimal 7 68 1 0.90 0 0.99 0.73 114.63 0.97 0.14
Hex 7 44 1 5A 0 63 49 73 61 E
Octal 7 104 1 132 0 143 111 163 141 16
Binary 111 1000100 1 1011010 0 1100011 1001001 1110011 1100001 1110

Color Harmonies of #074401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074401

Black with #074401

Text Example


Text Example

White with #074401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074401; }

 p { color: rgb(7,68,1); }

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

background-color css

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

 a { background-color: rgb(7,68,1); }

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

border-color css

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

 span { border-color: rgb(7,68,1); }

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