Html Css Color HEX #064701 Myrtle

📋 copy color: '#064701'

red 6 ◦ green 71 ◦ blue 1

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

Shades of Myrtle #064701

Tints of Myrtle #064701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 91.03%

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

R = 7.69%
G = 91.03%
B = 1.28%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#064701 (or 0x064701) is known color: Myrtle. HEX triplet: 06, 47 and 01. RGB value is (6,71,1). Sum of RGB (Red+Green+Blue) = 6+71+1=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 71 (28.12% from 255 or 91.03% from 78); Blue value is 1 (0.78% from 255 or 1.28% from 78); Max value from RGB is 71 - color contains mainly: green. Hex color #064701 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064701 is #F9B8FE. Grayscale: #2B2B2B. Windows color (decimal): -16365823 or 83718. OLE color: 83718.

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

Color convert

RGB 6 71 1 -
CMYK 0.92 0 0.99 0.72
HSL 115.71º 0.97% 0.14% -
HSV(B) 115.71º 0.99% 0.28% -
XYZ 2.33 4.55 0.78 -
YUV 43.59 103.97 101.19 -
System Red Green Blue C M Y K H S L
Decimal 6 71 1 0.92 0 0.99 0.72 115.71 0.97 0.14
Hex 6 47 1 5C 0 63 48 74 61 E
Octal 6 107 1 134 0 143 110 164 141 16
Binary 110 1000111 1 1011100 0 1100011 1001000 1110100 1100001 1110

Color Harmonies of #064701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064701

Black with #064701

Text Example


Text Example

White with #064701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064701; }

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

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

background-color css

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

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

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

border-color css

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

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

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