Html Css Color HEX #064501 Myrtle

📋 copy color: '#064501'

red 6 ◦ green 69 ◦ blue 1

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

Shades of Myrtle #064501

Tints of Myrtle #064501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 90.79%

 BLUE value IS 1 (0.78% from 255) = 1.32%

R = 7.89%
G = 90.79%
B = 1.32%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#064501 (or 0x064501) is known color: Myrtle. HEX triplet: 06, 45 and 01. RGB value is (6,69,1). Sum of RGB (Red+Green+Blue) = 6+69+1=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 69 (27.34% from 255 or 90.79% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 69 - color contains mainly: green. Hex color #064501 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064501 is #F9BAFE. Grayscale: #2A2A2A. Windows color (decimal): -16366335 or 83206. OLE color: 83206.

HSL color Cylindrical-coordinate representation of color #064501: hue angle of 115.59º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #064501 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 69 1 -
CMYK 0.91 0 0.99 0.73
HSL 115.59º 0.97% 0.14% -
HSV(B) 115.59º 0.99% 0.27% -
XYZ 2.21 4.3 0.74 -
YUV 42.41 104.63 102.03 -
System Red Green Blue C M Y K H S L
Decimal 6 69 1 0.91 0 0.99 0.73 115.59 0.97 0.14
Hex 6 45 1 5B 0 63 49 74 61 E
Octal 6 105 1 133 0 143 111 164 141 16
Binary 110 1000101 1 1011011 0 1100011 1001001 1110100 1100001 1110

Color Harmonies of #064501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064501

Black with #064501

Text Example


Text Example

White with #064501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064501; }

 p { color: rgb(6,69,1); }

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

background-color css

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

 a { background-color: rgb(6,69,1); }

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

border-color css

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

 span { border-color: rgb(6,69,1); }

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