Html Css Color HEX #074700 Myrtle

📋 copy color: '#074700'

red 7 ◦ green 71 ◦ blue 0

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

Shades of Myrtle #074700

Tints of Myrtle #074700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 8.97%
G = 91.03%
B = 0%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#074700 (or 0x074700) is known color: Myrtle. HEX triplet: 07, 47 and 00. RGB value is (7,71,0). Sum of RGB (Red+Green+Blue) = 7+71+0=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 71 (28.12% from 255 or 91.03% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 71 - color contains mainly: green. Hex color #074700 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074700 is #F8B8FF. Grayscale: #2B2B2B. Windows color (decimal): -16300288 or 18183. OLE color: 18183.

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

Color convert

RGB 7 71 0 -
CMYK 0.90 0 1 0.72
HSL 114.08º 1% 0.14% -
HSV(B) 114.08º 1% 0.28% -
XYZ 2.34 4.55 0.76 -
YUV 43.77 103.3 101.77 -
System Red Green Blue C M Y K H S L
Decimal 7 71 0 0.90 0 1 0.72 114.08 1 0.14
Hex 7 47 0 5A 0 64 48 72 64 E
Octal 7 107 0 132 0 144 110 162 144 16
Binary 111 1000111 0 1011010 0 1100100 1001000 1110010 1100100 1110

Color Harmonies of #074700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074700

Black with #074700

Text Example


Text Example

White with #074700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074700; }

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

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

background-color css

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

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

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

border-color css

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

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

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