Html Css Color HEX #074602 Myrtle

📋 copy color: '#074602'

red 7 ◦ green 70 ◦ blue 2

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

Shades of Myrtle #074602

Tints of Myrtle #074602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.53%

R = 8.86%
G = 88.61%
B = 2.53%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#074602 (or 0x074602) is known color: Myrtle. HEX triplet: 07, 46 and 02. RGB value is (7,70,2). Sum of RGB (Red+Green+Blue) = 7+70+2=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 70 (27.73% from 255 or 88.61% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 70 - color contains mainly: green. Hex color #074602 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074602 is #F8B9FD. Grayscale: #2B2B2B. Windows color (decimal): -16300542 or 148999. OLE color: 148999.

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

Color convert

RGB 7 70 2 -
CMYK 0.90 0 0.97 0.73
HSL 115.59º 0.94% 0.14% -
HSV(B) 115.59º 0.97% 0.27% -
XYZ 2.29 4.43 0.79 -
YUV 43.41 104.63 102.03 -
System Red Green Blue C M Y K H S L
Decimal 7 70 2 0.90 0 0.97 0.73 115.59 0.94 0.14
Hex 7 46 2 5A 0 61 49 74 5E E
Octal 7 106 2 132 0 141 111 164 136 16
Binary 111 1000110 10 1011010 0 1100001 1001001 1110100 1011110 1110

Color Harmonies of #074602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074602

Black with #074602

Text Example


Text Example

White with #074602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074602; }

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

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

background-color css

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

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

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

border-color css

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

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

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