Html Css Color HEX #074A10 Myrtle

📋 copy color: '#074A10'

red 7 ◦ green 74 ◦ blue 16

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

Shades of Myrtle #074A10

Tints of Myrtle #074A10

RGB

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

 GREEN value IS 74 (29.3% from 255) = 76.29%

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

R = 7.22%
G = 76.29%
B = 16.49%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.78

 K value IS 0.71

RGB Variations

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

Color information

#074A10 (or 0x074A10) is known color: Myrtle. HEX triplet: 07, 4A and 10. RGB value is (7,74,16). Sum of RGB (Red+Green+Blue) = 7+74+16=97 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.22% from 97); Green value is 74 (29.30% from 255 or 76.29% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 74 - color contains mainly: green. Hex color #074A10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074A10 is #F8B5EF. Grayscale: #2F2F2F. Windows color (decimal): -16299504 or 1067527. OLE color: 1067527.

HSL color Cylindrical-coordinate representation of color #074A10: hue angle of 128.06º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #074A10 is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.71.

Color convert

RGB 7 74 16 -
CMYK 0.91 0 0.78 0.71
HSL 128.06º 0.83% 0.16% -
HSV(B) 128.06º 0.91% 0.29% -
XYZ 2.63 4.98 1.31 -
YUV 47.36 110.3 99.22 -
System Red Green Blue C M Y K H S L
Decimal 7 74 16 0.91 0 0.78 0.71 128.06 0.83 0.16
Hex 7 4A 10 5B 0 4E 47 80 53 10
Octal 7 112 20 133 0 116 107 200 123 20
Binary 111 1001010 10000 1011011 0 1001110 1000111 10000000 1010011 10000

Color Harmonies of #074A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074A10

Black with #074A10

Text Example


Text Example

White with #074A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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