Html Css Color HEX #074D06 Myrtle

📋 copy color: '#074D06'

red 7 ◦ green 77 ◦ blue 6

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

Shades of Myrtle #074D06

Tints of Myrtle #074D06

RGB

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

 GREEN value IS 77 (30.47% from 255) = 85.56%

 BLUE value IS 6 (2.73% from 255) = 6.67%

R = 7.78%
G = 85.56%
B = 6.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.92

 K value IS 0.70

RGB Variations

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

Color information

#074D06 (or 0x074D06) is known color: Myrtle. HEX triplet: 07, 4D and 06. RGB value is (7,77,6). Sum of RGB (Red+Green+Blue) = 7+77+6=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 77 (30.47% from 255 or 85.56% from 90); Blue value is 6 (2.73% from 255 or 6.67% from 90); Max value from RGB is 77 - color contains mainly: green. Hex color #074D06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #074D06 is #F8B2F9. Grayscale: #303030. Windows color (decimal): -16298746 or 412935. OLE color: 412935.

HSL color Cylindrical-coordinate representation of color #074D06: hue angle of 119.15º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #074D06 is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.70.

Color convert

RGB 7 77 6 -
CMYK 0.91 0 0.92 0.70
HSL 119.15º 0.86% 0.16% -
HSV(B) 119.15º 0.92% 0.3% -
XYZ 2.77 5.37 1.06 -
YUV 47.98 104.31 98.77 -
System Red Green Blue C M Y K H S L
Decimal 7 77 6 0.91 0 0.92 0.70 119.15 0.86 0.16
Hex 7 4D 6 5B 0 5C 46 77 56 10
Octal 7 115 6 133 0 134 106 167 126 20
Binary 111 1001101 110 1011011 0 1011100 1000110 1110111 1010110 10000

Color Harmonies of #074D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074D06

Black with #074D06

Text Example


Text Example

White with #074D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,77,6); }

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

background-color css

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

 a { background-color: rgb(7,77,6); }

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

border-color css

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

 span { border-color: rgb(7,77,6); }

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