Html Css Color HEX #064005 Myrtle

📋 copy color: '#064005'

red 6 ◦ green 64 ◦ blue 5

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

Shades of Myrtle #064005

Tints of Myrtle #064005

RGB

 RED value IS 6 (2.73% from 255) = 8%

 GREEN value IS 64 (25.39% from 255) = 85.33%

 BLUE value IS 5 (2.34% from 255) = 6.67%

R = 8%
G = 85.33%
B = 6.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#064005 (or 0x064005) is known color: Myrtle. HEX triplet: 06, 40 and 05. RGB value is (6,64,5). Sum of RGB (Red+Green+Blue) = 6+64+5=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 64 (25.39% from 255 or 85.33% from 75); Blue value is 5 (2.34% from 255 or 6.67% from 75); Max value from RGB is 64 - color contains mainly: green. Hex color #064005 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064005 is #F9BFFA. Grayscale: #282828. Windows color (decimal): -16367611 or 344070. OLE color: 344070.

HSL color Cylindrical-coordinate representation of color #064005: hue angle of 118.98º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064005 is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 64 5 -
CMYK 0.91 0 0.92 0.75
HSL 118.98º 0.86% 0.14% -
HSV(B) 118.98º 0.92% 0.25% -
XYZ 1.94 3.72 0.76 -
YUV 39.93 108.28 103.8 -
System Red Green Blue C M Y K H S L
Decimal 6 64 5 0.91 0 0.92 0.75 118.98 0.86 0.14
Hex 6 40 5 5B 0 5C 4B 77 56 E
Octal 6 100 5 133 0 134 113 167 126 16
Binary 110 1000000 101 1011011 0 1011100 1001011 1110111 1010110 1110

Color Harmonies of #064005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064005

Black with #064005

Text Example


Text Example

White with #064005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064005; }

 p { color: rgb(6,64,5); }

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

background-color css

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

 a { background-color: rgb(6,64,5); }

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

border-color css

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

 span { border-color: rgb(6,64,5); }

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