Html Css Color HEX #073108 Myrtle

📋 copy color: '#073108'

red 7 ◦ green 49 ◦ blue 8

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

Shades of Myrtle #073108

Tints of Myrtle #073108

RGB

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

 GREEN value IS 49 (19.53% from 255) = 76.56%

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

R = 10.94%
G = 76.56%
B = 12.5%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.84

 K value IS 0.81

RGB Variations

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

Color information

#073108 (or 0x073108) is known color: Myrtle. HEX triplet: 07, 31 and 08. RGB value is (7,49,8). Sum of RGB (Red+Green+Blue) = 7+49+8=64 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.94% from 64); Green value is 49 (19.53% from 255 or 76.56% from 64); Blue value is 8 (3.52% from 255 or 12.5% from 64); Max value from RGB is 49 - color contains mainly: green. Hex color #073108 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073108 is #F8CEF7. Grayscale: #1F1F1F. Windows color (decimal): -16305912 or 536839. OLE color: 536839.

HSL color Cylindrical-coordinate representation of color #073108: hue angle of 121.43º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #073108 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 49 8 -
CMYK 0.86 0 0.84 0.81
HSL 121.43º 0.75% 0.11% -
HSV(B) 121.43º 0.86% 0.19% -
XYZ 1.23 2.26 0.6 -
YUV 31.77 114.59 110.33 -
System Red Green Blue C M Y K H S L
Decimal 7 49 8 0.86 0 0.84 0.81 121.43 0.75 0.11
Hex 7 31 8 56 0 54 51 79 4B B
Octal 7 61 10 126 0 124 121 171 113 13
Binary 111 110001 1000 1010110 0 1010100 1010001 1111001 1001011 1011

Color Harmonies of #073108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073108

Black with #073108

Text Example


Text Example

White with #073108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073108; }

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

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

background-color css

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

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

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

border-color css

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

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

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