Html Css Color HEX #073008 Myrtle

📋 copy color: '#073008'

red 7 ◦ green 48 ◦ blue 8

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

Shades of Myrtle #073008

Tints of Myrtle #073008

RGB

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

 GREEN value IS 48 (19.14% from 255) = 76.19%

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

R = 11.11%
G = 76.19%
B = 12.7%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.83

 K value IS 0.81

RGB Variations

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

Color information

#073008 (or 0x073008) is known color: Myrtle. HEX triplet: 07, 30 and 08. RGB value is (7,48,8). Sum of RGB (Red+Green+Blue) = 7+48+8=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 48 (19.14% from 255 or 76.19% from 63); Blue value is 8 (3.52% from 255 or 12.70% from 63); Max value from RGB is 48 - color contains mainly: green. Hex color #073008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073008 is #F8CFF7. Grayscale: #1F1F1F. Windows color (decimal): -16306168 or 536583. OLE color: 536583.

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

Color convert

RGB 7 48 8 -
CMYK 0.85 0 0.83 0.81
HSL 121.46º 0.75% 0.11% -
HSV(B) 121.46º 0.85% 0.19% -
XYZ 1.19 2.18 0.59 -
YUV 31.18 114.92 110.75 -
System Red Green Blue C M Y K H S L
Decimal 7 48 8 0.85 0 0.83 0.81 121.46 0.75 0.11
Hex 7 30 8 55 0 53 51 79 4B B
Octal 7 60 10 125 0 123 121 171 113 13
Binary 111 110000 1000 1010101 0 1010011 1010001 1111001 1001011 1011

Color Harmonies of #073008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073008

Black with #073008

Text Example


Text Example

White with #073008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073008; }

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

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

background-color css

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

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

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

border-color css

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

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

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