Html Css Color HEX #074301 Myrtle

📋 copy color: '#074301'

red 7 ◦ green 67 ◦ blue 1

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

Shades of Myrtle #074301

Tints of Myrtle #074301

RGB

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

 GREEN value IS 67 (26.56% from 255) = 89.33%

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

R = 9.33%
G = 89.33%
B = 1.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.99

 K value IS 0.74

RGB Variations

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

Color information

#074301 (or 0x074301) is known color: Myrtle. HEX triplet: 07, 43 and 01. RGB value is (7,67,1). Sum of RGB (Red+Green+Blue) = 7+67+1=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 67 (26.56% from 255 or 89.33% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 67 - color contains mainly: green. Hex color #074301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074301 is #F8BCFE. Grayscale: #292929. Windows color (decimal): -16301311 or 82695. OLE color: 82695.

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

Color convert

RGB 7 67 1 -
CMYK 0.90 0 0.99 0.74
HSL 114.55º 0.97% 0.13% -
HSV(B) 114.55º 0.99% 0.26% -
XYZ 2.1 4.06 0.7 -
YUV 41.54 105.12 103.37 -
System Red Green Blue C M Y K H S L
Decimal 7 67 1 0.90 0 0.99 0.74 114.55 0.97 0.13
Hex 7 43 1 5A 0 63 4A 73 61 D
Octal 7 103 1 132 0 143 112 163 141 15
Binary 111 1000011 1 1011010 0 1100011 1001010 1110011 1100001 1101

Color Harmonies of #074301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074301

Black with #074301

Text Example


Text Example

White with #074301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074301; }

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

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

background-color css

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

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

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

border-color css

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

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

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