Html Css Color HEX #074701 Myrtle

📋 copy color: '#074701'

red 7 ◦ green 71 ◦ blue 1

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

Shades of Myrtle #074701

Tints of Myrtle #074701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 89.87%

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

R = 8.86%
G = 89.87%
B = 1.27%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#074701 (or 0x074701) is known color: Myrtle. HEX triplet: 07, 47 and 01. RGB value is (7,71,1). Sum of RGB (Red+Green+Blue) = 7+71+1=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 71 (28.12% from 255 or 89.87% from 79); Blue value is 1 (0.78% from 255 or 1.27% from 79); Max value from RGB is 71 - color contains mainly: green. Hex color #074701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074701 is #F8B8FE. Grayscale: #2C2C2C. Windows color (decimal): -16300287 or 83719. OLE color: 83719.

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

Color convert

RGB 7 71 1 -
CMYK 0.90 0 0.99 0.72
HSL 114.86º 0.97% 0.14% -
HSV(B) 114.86º 0.99% 0.28% -
XYZ 2.35 4.55 0.78 -
YUV 43.88 103.8 101.69 -
System Red Green Blue C M Y K H S L
Decimal 7 71 1 0.90 0 0.99 0.72 114.86 0.97 0.14
Hex 7 47 1 5A 0 63 48 73 61 E
Octal 7 107 1 132 0 143 110 163 141 16
Binary 111 1000111 1 1011010 0 1100011 1001000 1110011 1100001 1110

Color Harmonies of #074701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074701

Black with #074701

Text Example


Text Example

White with #074701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074701; }

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

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

background-color css

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

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

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

border-color css

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

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

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