Html Css Color HEX #074810 Myrtle

📋 copy color: '#074810'

red 7 ◦ green 72 ◦ blue 16

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

Shades of Myrtle #074810

Tints of Myrtle #074810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 75.79%

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

R = 7.37%
G = 75.79%
B = 16.84%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#074810 (or 0x074810) is known color: Myrtle. HEX triplet: 07, 48 and 10. RGB value is (7,72,16). Sum of RGB (Red+Green+Blue) = 7+72+16=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 72 (28.52% from 255 or 75.79% from 95); Blue value is 16 (6.64% from 255 or 16.84% from 95); Max value from RGB is 72 - color contains mainly: green. Hex color #074810 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074810 is #F8B7EF. Grayscale: #2E2E2E. Windows color (decimal): -16300016 or 1067015. OLE color: 1067015.

HSL color Cylindrical-coordinate representation of color #074810: hue angle of 128.31º 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 #074810 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.72.

Color convert

RGB 7 72 16 -
CMYK 0.90 0 0.78 0.72
HSL 128.31º 0.82% 0.15% -
HSV(B) 128.31º 0.9% 0.28% -
XYZ 2.5 4.72 1.27 -
YUV 46.18 110.97 100.05 -
System Red Green Blue C M Y K H S L
Decimal 7 72 16 0.90 0 0.78 0.72 128.31 0.82 0.15
Hex 7 48 10 5A 0 4E 48 80 52 F
Octal 7 110 20 132 0 116 110 200 122 17
Binary 111 1001000 10000 1011010 0 1001110 1001000 10000000 1010010 1111

Color Harmonies of #074810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074810

Black with #074810

Text Example


Text Example

White with #074810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074810; }

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

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

background-color css

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

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

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

border-color css

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

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

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