Html Css Color HEX #074710 Myrtle

📋 copy color: '#074710'

red 7 ◦ green 71 ◦ blue 16

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

Shades of Myrtle #074710

Tints of Myrtle #074710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 17.02%

R = 7.45%
G = 75.53%
B = 17.02%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#074710 (or 0x074710) is known color: Myrtle. HEX triplet: 07, 47 and 10. RGB value is (7,71,16). Sum of RGB (Red+Green+Blue) = 7+71+16=94 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.45% from 94); Green value is 71 (28.12% from 255 or 75.53% from 94); Blue value is 16 (6.64% from 255 or 17.02% from 94); Max value from RGB is 71 - color contains mainly: green. Hex color #074710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074710 is #F8B8EF. Grayscale: #2D2D2D. Windows color (decimal): -16300272 or 1066759. OLE color: 1066759.

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

Color convert

RGB 7 71 16 -
CMYK 0.90 0 0.77 0.72
HSL 128.44º 0.82% 0.15% -
HSV(B) 128.44º 0.9% 0.28% -
XYZ 2.43 4.59 1.25 -
YUV 45.59 111.3 100.47 -
System Red Green Blue C M Y K H S L
Decimal 7 71 16 0.90 0 0.77 0.72 128.44 0.82 0.15
Hex 7 47 10 5A 0 4D 48 80 52 F
Octal 7 107 20 132 0 115 110 200 122 17
Binary 111 1000111 10000 1011010 0 1001101 1001000 10000000 1010010 1111

Color Harmonies of #074710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074710

Black with #074710

Text Example


Text Example

White with #074710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074710; }

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

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

background-color css

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

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

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

border-color css

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

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

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