Html Css Color HEX #074802 Myrtle

📋 copy color: '#074802'

red 7 ◦ green 72 ◦ blue 2

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

Shades of Myrtle #074802

Tints of Myrtle #074802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 88.89%

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

R = 8.64%
G = 88.89%
B = 2.47%

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

#074802 (or 0x074802) is known color: Myrtle. HEX triplet: 07, 48 and 02. RGB value is (7,72,2). Sum of RGB (Red+Green+Blue) = 7+72+2=81 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.64% from 81); Green value is 72 (28.52% from 255 or 88.89% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 72 - color contains mainly: green. Hex color #074802 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #074802 is #F8B7FD. Grayscale: #2C2C2C. Windows color (decimal): -16300030 or 149511. OLE color: 149511.

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

Color convert

RGB 7 72 2 -
CMYK 0.90 0 0.97 0.72
HSL 115.71º 0.95% 0.15% -
HSV(B) 115.71º 0.97% 0.28% -
XYZ 2.42 4.68 0.83 -
YUV 44.59 103.97 101.19 -
System Red Green Blue C M Y K H S L
Decimal 7 72 2 0.90 0 0.97 0.72 115.71 0.95 0.15
Hex 7 48 2 5A 0 61 48 74 5F F
Octal 7 110 2 132 0 141 110 164 137 17
Binary 111 1001000 10 1011010 0 1100001 1001000 1110100 1011111 1111

Color Harmonies of #074802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #074802

Black with #074802

Text Example


Text Example

White with #074802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #074802; }

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

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

background-color css

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

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

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

border-color css

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

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

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