Html Css Color HEX #074002 Myrtle

📋 copy color: '#074002'

red 7 ◦ green 64 ◦ blue 2

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

Shades of Myrtle #074002

Tints of Myrtle #074002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 87.67%

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

R = 9.59%
G = 87.67%
B = 2.74%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#074002 (or 0x074002) is known color: Myrtle. HEX triplet: 07, 40 and 02. RGB value is (7,64,2). Sum of RGB (Red+Green+Blue) = 7+64+2=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 64 (25.39% from 255 or 87.67% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 64 - color contains mainly: green. Hex color #074002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074002 is #F8BFFD. Grayscale: #282828. Windows color (decimal): -16302078 or 147463. OLE color: 147463.

HSL color Cylindrical-coordinate representation of color #074002: hue angle of 115.16º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #074002 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 64 2 -
CMYK 0.89 0 0.97 0.75
HSL 115.16º 0.94% 0.13% -
HSV(B) 115.16º 0.97% 0.25% -
XYZ 1.93 3.72 0.67 -
YUV 39.89 106.62 104.54 -
System Red Green Blue C M Y K H S L
Decimal 7 64 2 0.89 0 0.97 0.75 115.16 0.94 0.13
Hex 7 40 2 59 0 61 4B 73 5E D
Octal 7 100 2 131 0 141 113 163 136 15
Binary 111 1000000 10 1011001 0 1100001 1001011 1110011 1011110 1101

Color Harmonies of #074002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074002

Black with #074002

Text Example


Text Example

White with #074002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074002; }

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

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

background-color css

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

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

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

border-color css

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

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

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