Html Css Color HEX #064202 Myrtle

📋 copy color: '#064202'

red 6 ◦ green 66 ◦ blue 2

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

Shades of Myrtle #064202

Tints of Myrtle #064202

RGB

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

 GREEN value IS 66 (26.17% from 255) = 89.19%

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

R = 8.11%
G = 89.19%
B = 2.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.97

 K value IS 0.74

RGB Variations

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

Color information

#064202 (or 0x064202) is known color: Myrtle. HEX triplet: 06, 42 and 02. RGB value is (6,66,2). Sum of RGB (Red+Green+Blue) = 6+66+2=74 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.11% from 74); Green value is 66 (26.17% from 255 or 89.19% from 74); Blue value is 2 (1.17% from 255 or 2.70% from 74); Max value from RGB is 66 - color contains mainly: green. Hex color #064202 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064202 is #F9BDFD. Grayscale: #282828. Windows color (decimal): -16367102 or 147974. OLE color: 147974.

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

Color convert

RGB 6 66 2 -
CMYK 0.91 0 0.97 0.74
HSL 116.25º 0.94% 0.13% -
HSV(B) 116.25º 0.97% 0.26% -
XYZ 2.03 3.94 0.71 -
YUV 40.76 106.12 103.2 -
System Red Green Blue C M Y K H S L
Decimal 6 66 2 0.91 0 0.97 0.74 116.25 0.94 0.13
Hex 6 42 2 5B 0 61 4A 74 5E D
Octal 6 102 2 133 0 141 112 164 136 15
Binary 110 1000010 10 1011011 0 1100001 1001010 1110100 1011110 1101

Color Harmonies of #064202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064202

Black with #064202

Text Example


Text Example

White with #064202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064202; }

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

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

background-color css

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

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

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

border-color css

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

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

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