Html Css Color HEX #064502 Myrtle

📋 copy color: '#064502'

red 6 ◦ green 69 ◦ blue 2

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

Shades of Myrtle #064502

Tints of Myrtle #064502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 89.61%

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

R = 7.79%
G = 89.61%
B = 2.6%

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

#064502 (or 0x064502) is known color: Myrtle. HEX triplet: 06, 45 and 02. RGB value is (6,69,2). Sum of RGB (Red+Green+Blue) = 6+69+2=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 69 (27.34% from 255 or 89.61% from 77); Blue value is 2 (1.17% from 255 or 2.60% from 77); Max value from RGB is 69 - color contains mainly: green. Hex color #064502 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064502 is #F9BAFD. Grayscale: #2A2A2A. Windows color (decimal): -16366334 or 148742. OLE color: 148742.

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

Color convert

RGB 6 69 2 -
CMYK 0.91 0 0.97 0.73
HSL 116.42º 0.94% 0.14% -
HSV(B) 116.42º 0.97% 0.27% -
XYZ 2.21 4.3 0.77 -
YUV 42.53 105.13 101.95 -
System Red Green Blue C M Y K H S L
Decimal 6 69 2 0.91 0 0.97 0.73 116.42 0.94 0.14
Hex 6 45 2 5B 0 61 49 74 5E E
Octal 6 105 2 133 0 141 111 164 136 16
Binary 110 1000101 10 1011011 0 1100001 1001001 1110100 1011110 1110

Color Harmonies of #064502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064502

Black with #064502

Text Example


Text Example

White with #064502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064502; }

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

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

background-color css

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

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

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

border-color css

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

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

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