Html Css Color HEX #064602 Myrtle

📋 copy color: '#064602'

red 6 ◦ green 70 ◦ blue 2

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

Shades of Myrtle #064602

Tints of Myrtle #064602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.56%

R = 7.69%
G = 89.74%
B = 2.56%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#064602 (or 0x064602) is known color: Myrtle. HEX triplet: 06, 46 and 02. RGB value is (6,70,2). Sum of RGB (Red+Green+Blue) = 6+70+2=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 70 (27.73% from 255 or 89.74% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 70 - color contains mainly: green. Hex color #064602 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064602 is #F9B9FD. Grayscale: #2B2B2B. Windows color (decimal): -16366078 or 148998. OLE color: 148998.

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

Color convert

RGB 6 70 2 -
CMYK 0.91 0 0.97 0.73
HSL 116.47º 0.94% 0.14% -
HSV(B) 116.47º 0.97% 0.27% -
XYZ 2.28 4.42 0.79 -
YUV 43.11 104.8 101.53 -
System Red Green Blue C M Y K H S L
Decimal 6 70 2 0.91 0 0.97 0.73 116.47 0.94 0.14
Hex 6 46 2 5B 0 61 49 74 5E E
Octal 6 106 2 133 0 141 111 164 136 16
Binary 110 1000110 10 1011011 0 1100001 1001001 1110100 1011110 1110

Color Harmonies of #064602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064602

Black with #064602

Text Example


Text Example

White with #064602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064602; }

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

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

background-color css

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

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

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

border-color css

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

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

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