Html Css Color HEX #073208 Myrtle

📋 copy color: '#073208'

red 7 ◦ green 50 ◦ blue 8

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

Shades of Myrtle #073208

Tints of Myrtle #073208

RGB

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

 GREEN value IS 50 (19.92% from 255) = 76.92%

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

R = 10.77%
G = 76.92%
B = 12.31%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.84

 K value IS 0.80

RGB Variations

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

Color information

#073208 (or 0x073208) is known color: Myrtle. HEX triplet: 07, 32 and 08. RGB value is (7,50,8). Sum of RGB (Red+Green+Blue) = 7+50+8=65 (8% of max value = 765). Red value is 7 (3.12% from 255 or 10.77% from 65); Green value is 50 (19.92% from 255 or 76.92% from 65); Blue value is 8 (3.52% from 255 or 12.31% from 65); Max value from RGB is 50 - color contains mainly: green. Hex color #073208 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073208 is #F8CDF7. Grayscale: #202020. Windows color (decimal): -16305656 or 537095. OLE color: 537095.

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

Color convert

RGB 7 50 8 -
CMYK 0.86 0 0.84 0.80
HSL 121.4º 0.75% 0.11% -
HSV(B) 121.4º 0.86% 0.2% -
XYZ 1.27 2.34 0.62 -
YUV 32.36 114.25 109.92 -
System Red Green Blue C M Y K H S L
Decimal 7 50 8 0.86 0 0.84 0.80 121.4 0.75 0.11
Hex 7 32 8 56 0 54 50 79 4B B
Octal 7 62 10 126 0 124 120 171 113 13
Binary 111 110010 1000 1010110 0 1010100 1010000 1111001 1001011 1011

Color Harmonies of #073208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073208

Black with #073208

Text Example


Text Example

White with #073208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073208; }

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

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

background-color css

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

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

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

border-color css

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

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

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