Html Css Color HEX #074302 Myrtle

📋 copy color: '#074302'

red 7 ◦ green 67 ◦ blue 2

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

Shades of Myrtle #074302

Tints of Myrtle #074302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 88.16%

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

R = 9.21%
G = 88.16%
B = 2.63%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#074302 (or 0x074302) is known color: Myrtle. HEX triplet: 07, 43 and 02. RGB value is (7,67,2). Sum of RGB (Red+Green+Blue) = 7+67+2=76 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.21% from 76); Green value is 67 (26.56% from 255 or 88.16% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 67 - color contains mainly: green. Hex color #074302 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074302 is #F8BCFD. Grayscale: #292929. Windows color (decimal): -16301310 or 148231. OLE color: 148231.

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

Color convert

RGB 7 67 2 -
CMYK 0.90 0 0.97 0.74
HSL 115.38º 0.94% 0.14% -
HSV(B) 115.38º 0.97% 0.26% -
XYZ 2.11 4.06 0.73 -
YUV 41.65 105.62 103.29 -
System Red Green Blue C M Y K H S L
Decimal 7 67 2 0.90 0 0.97 0.74 115.38 0.94 0.14
Hex 7 43 2 5A 0 61 4A 73 5E E
Octal 7 103 2 132 0 141 112 163 136 16
Binary 111 1000011 10 1011010 0 1100001 1001010 1110011 1011110 1110

Color Harmonies of #074302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074302

Black with #074302

Text Example


Text Example

White with #074302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074302; }

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

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

background-color css

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

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

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

border-color css

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

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

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