Html Css Color HEX #074502 Myrtle

📋 copy color: '#074502'

red 7 ◦ green 69 ◦ blue 2

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

Shades of Myrtle #074502

Tints of Myrtle #074502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 88.46%

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

R = 8.97%
G = 88.46%
B = 2.56%

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

#074502 (or 0x074502) is known color: Myrtle. HEX triplet: 07, 45 and 02. RGB value is (7,69,2). Sum of RGB (Red+Green+Blue) = 7+69+2=78 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.97% from 78); Green value is 69 (27.34% from 255 or 88.46% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 69 - color contains mainly: green. Hex color #074502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074502 is #F8BAFD. Grayscale: #2B2B2B. Windows color (decimal): -16300798 or 148743. OLE color: 148743.

HSL color Cylindrical-coordinate representation of color #074502: hue angle of 115.52º 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 #074502 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 69 2 -
CMYK 0.90 0 0.97 0.73
HSL 115.52º 0.94% 0.14% -
HSV(B) 115.52º 0.97% 0.27% -
XYZ 2.23 4.31 0.77 -
YUV 42.82 104.96 102.45 -
System Red Green Blue C M Y K H S L
Decimal 7 69 2 0.90 0 0.97 0.73 115.52 0.94 0.14
Hex 7 45 2 5A 0 61 49 74 5E E
Octal 7 105 2 132 0 141 111 164 136 16
Binary 111 1000101 10 1011010 0 1100001 1001001 1110100 1011110 1110

Color Harmonies of #074502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074502

Black with #074502

Text Example


Text Example

White with #074502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074502; }

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

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

background-color css

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

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

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

border-color css

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

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

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