Html Css Color HEX #074702 Myrtle

📋 copy color: '#074702'

red 7 ◦ green 71 ◦ blue 2

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

Shades of Myrtle #074702

Tints of Myrtle #074702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 88.75%

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

R = 8.75%
G = 88.75%
B = 2.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#074702 (or 0x074702) is known color: Myrtle. HEX triplet: 07, 47 and 02. RGB value is (7,71,2). Sum of RGB (Red+Green+Blue) = 7+71+2=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 71 (28.12% from 255 or 88.75% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 71 - color contains mainly: green. Hex color #074702 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074702 is #F8B8FD. Grayscale: #2C2C2C. Windows color (decimal): -16300286 or 149255. OLE color: 149255.

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

Color convert

RGB 7 71 2 -
CMYK 0.90 0 0.97 0.72
HSL 115.65º 0.95% 0.14% -
HSV(B) 115.65º 0.97% 0.28% -
XYZ 2.35 4.56 0.81 -
YUV 44 104.3 101.61 -
System Red Green Blue C M Y K H S L
Decimal 7 71 2 0.90 0 0.97 0.72 115.65 0.95 0.14
Hex 7 47 2 5A 0 61 48 74 5F E
Octal 7 107 2 132 0 141 110 164 137 16
Binary 111 1000111 10 1011010 0 1100001 1001000 1110100 1011111 1110

Color Harmonies of #074702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074702

Black with #074702

Text Example


Text Example

White with #074702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074702; }

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

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

background-color css

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

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

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

border-color css

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

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

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