Html Css Color HEX #064601 Myrtle

📋 copy color: '#064601'

red 6 ◦ green 70 ◦ blue 1

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

Shades of Myrtle #064601

Tints of Myrtle #064601

RGB

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

 GREEN value IS 70 (27.73% from 255) = 90.91%

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

R = 7.79%
G = 90.91%
B = 1.3%

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

#064601 (or 0x064601) is known color: Myrtle. HEX triplet: 06, 46 and 01. RGB value is (6,70,1). Sum of RGB (Red+Green+Blue) = 6+70+1=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 70 (27.73% from 255 or 90.91% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 70 - color contains mainly: green. Hex color #064601 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064601 is #F9B9FE. Grayscale: #2B2B2B. Windows color (decimal): -16366079 or 83462. OLE color: 83462.

HSL color Cylindrical-coordinate representation of color #064601: hue angle of 115.65º 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 #064601 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 70 1 -
CMYK 0.91 0 0.99 0.73
HSL 115.65º 0.97% 0.14% -
HSV(B) 115.65º 0.99% 0.27% -
XYZ 2.27 4.42 0.76 -
YUV 43 104.3 101.61 -
System Red Green Blue C M Y K H S L
Decimal 6 70 1 0.91 0 0.99 0.73 115.65 0.97 0.14
Hex 6 46 1 5B 0 63 49 74 61 E
Octal 6 106 1 133 0 143 111 164 141 16
Binary 110 1000110 1 1011011 0 1100011 1001001 1110100 1100001 1110

Color Harmonies of #064601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064601

Black with #064601

Text Example


Text Example

White with #064601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064601; }

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

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

background-color css

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

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

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

border-color css

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

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

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