Html Css Color HEX #064D02 Myrtle

📋 copy color: '#064D02'

red 6 ◦ green 77 ◦ blue 2

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

Shades of Myrtle #064D02

Tints of Myrtle #064D02

RGB

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

 GREEN value IS 77 (30.47% from 255) = 90.59%

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

R = 7.06%
G = 90.59%
B = 2.35%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.97

 K value IS 0.70

RGB Variations

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

Color information

#064D02 (or 0x064D02) is known color: Myrtle. HEX triplet: 06, 4D and 02. RGB value is (6,77,2). Sum of RGB (Red+Green+Blue) = 6+77+2=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 77 (30.47% from 255 or 90.59% from 85); Blue value is 2 (1.17% from 255 or 2.35% from 85); Max value from RGB is 77 - color contains mainly: green. Hex color #064D02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064D02 is #F9B2FD. Grayscale: #2F2F2F. Windows color (decimal): -16364286 or 150790. OLE color: 150790.

HSL color Cylindrical-coordinate representation of color #064D02: hue angle of 116.8º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #064D02 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 77 2 -
CMYK 0.92 0 0.97 0.70
HSL 116.8º 0.95% 0.15% -
HSV(B) 116.8º 0.97% 0.3% -
XYZ 2.74 5.35 0.95 -
YUV 47.22 102.48 98.6 -
System Red Green Blue C M Y K H S L
Decimal 6 77 2 0.92 0 0.97 0.70 116.8 0.95 0.15
Hex 6 4D 2 5C 0 61 46 75 5F F
Octal 6 115 2 134 0 141 106 165 137 17
Binary 110 1001101 10 1011100 0 1100001 1000110 1110101 1011111 1111

Color Harmonies of #064D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064D02

Black with #064D02

Text Example


Text Example

White with #064D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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