Html Css Color HEX #074605 Myrtle

📋 copy color: '#074605'

red 7 ◦ green 70 ◦ blue 5

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

Shades of Myrtle #074605

Tints of Myrtle #074605

RGB

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

 GREEN value IS 70 (27.73% from 255) = 85.37%

 BLUE value IS 5 (2.34% from 255) = 6.1%

R = 8.54%
G = 85.37%
B = 6.1%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#074605 (or 0x074605) is known color: Myrtle. HEX triplet: 07, 46 and 05. RGB value is (7,70,5). Sum of RGB (Red+Green+Blue) = 7+70+5=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 70 (27.73% from 255 or 85.37% from 82); Blue value is 5 (2.34% from 255 or 6.10% from 82); Max value from RGB is 70 - color contains mainly: green. Hex color #074605 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074605 is #F8B9FA. Grayscale: #2B2B2B. Windows color (decimal): -16300539 or 345607. OLE color: 345607.

HSL color Cylindrical-coordinate representation of color #074605: hue angle of 118.15º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #074605 is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 70 5 -
CMYK 0.90 0 0.93 0.73
HSL 118.15º 0.87% 0.15% -
HSV(B) 118.15º 0.93% 0.27% -
XYZ 2.31 4.44 0.88 -
YUV 43.75 106.13 101.79 -
System Red Green Blue C M Y K H S L
Decimal 7 70 5 0.90 0 0.93 0.73 118.15 0.87 0.15
Hex 7 46 5 5A 0 5D 49 76 57 F
Octal 7 106 5 132 0 135 111 166 127 17
Binary 111 1000110 101 1011010 0 1011101 1001001 1110110 1010111 1111

Color Harmonies of #074605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074605

Black with #074605

Text Example


Text Example

White with #074605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074605; }

 p { color: rgb(7,70,5); }

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

background-color css

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

 a { background-color: rgb(7,70,5); }

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

border-color css

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

 span { border-color: rgb(7,70,5); }

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