Html Css Color HEX #073A08 Myrtle

📋 copy color: '#073A08'

red 7 ◦ green 58 ◦ blue 8

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

Shades of Myrtle #073A08

Tints of Myrtle #073A08

RGB

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

 GREEN value IS 58 (23.05% from 255) = 79.45%

 BLUE value IS 8 (3.52% from 255) = 10.96%

R = 9.59%
G = 79.45%
B = 10.96%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.86

 K value IS 0.77

RGB Variations

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

Color information

#073A08 (or 0x073A08) is known color: Myrtle. HEX triplet: 07, 3A and 08. RGB value is (7,58,8). Sum of RGB (Red+Green+Blue) = 7+58+8=73 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.59% from 73); Green value is 58 (23.05% from 255 or 79.45% from 73); Blue value is 8 (3.52% from 255 or 10.96% from 73); Max value from RGB is 58 - color contains mainly: green. Hex color #073A08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073A08 is #F8C5F7. Grayscale: #252525. Windows color (decimal): -16303608 or 539143. OLE color: 539143.

HSL color Cylindrical-coordinate representation of color #073A08: hue angle of 121.18º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073A08 is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.77.

Color convert

RGB 7 58 8 -
CMYK 0.88 0 0.86 0.77
HSL 121.18º 0.78% 0.13% -
HSV(B) 121.18º 0.88% 0.23% -
XYZ 1.64 3.09 0.74 -
YUV 37.05 111.6 106.57 -
System Red Green Blue C M Y K H S L
Decimal 7 58 8 0.88 0 0.86 0.77 121.18 0.78 0.13
Hex 7 3A 8 58 0 56 4D 79 4E D
Octal 7 72 10 130 0 126 115 171 116 15
Binary 111 111010 1000 1011000 0 1010110 1001101 1111001 1001110 1101

Color Harmonies of #073A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073A08

Black with #073A08

Text Example


Text Example

White with #073A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073A08; }

 p { color: rgb(7,58,8); }

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

background-color css

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

 a { background-color: rgb(7,58,8); }

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

border-color css

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

 span { border-color: rgb(7,58,8); }

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