Html Css Color HEX #074101 Myrtle

📋 copy color: '#074101'

red 7 ◦ green 65 ◦ blue 1

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

Shades of Myrtle #074101

Tints of Myrtle #074101

RGB

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

 GREEN value IS 65 (25.78% from 255) = 89.04%

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

R = 9.59%
G = 89.04%
B = 1.37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#074101 (or 0x074101) is known color: Myrtle. HEX triplet: 07, 41 and 01. RGB value is (7,65,1). Sum of RGB (Red+Green+Blue) = 7+65+1=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 65 (25.78% from 255 or 89.04% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 65 - color contains mainly: green. Hex color #074101 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074101 is #F8BEFE. Grayscale: #282828. Windows color (decimal): -16301823 or 82183. OLE color: 82183.

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

Color convert

RGB 7 65 1 -
CMYK 0.89 0 0.98 0.75
HSL 114.38º 0.97% 0.13% -
HSV(B) 114.38º 0.98% 0.25% -
XYZ 1.98 3.83 0.66 -
YUV 40.36 105.78 104.2 -
System Red Green Blue C M Y K H S L
Decimal 7 65 1 0.89 0 0.98 0.75 114.38 0.97 0.13
Hex 7 41 1 59 0 62 4B 72 61 D
Octal 7 101 1 131 0 142 113 162 141 15
Binary 111 1000001 1 1011001 0 1100010 1001011 1110010 1100001 1101

Color Harmonies of #074101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074101

Black with #074101

Text Example


Text Example

White with #074101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074101; }

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

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

background-color css

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

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

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

border-color css

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

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

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