Html Css Color HEX #064002 Myrtle

📋 copy color: '#064002'

red 6 ◦ green 64 ◦ blue 2

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

Shades of Myrtle #064002

Tints of Myrtle #064002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 88.89%

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

R = 8.33%
G = 88.89%
B = 2.78%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#064002 (or 0x064002) is known color: Myrtle. HEX triplet: 06, 40 and 02. RGB value is (6,64,2). Sum of RGB (Red+Green+Blue) = 6+64+2=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 64 (25.39% from 255 or 88.89% from 72); Blue value is 2 (1.17% from 255 or 2.78% from 72); Max value from RGB is 64 - color contains mainly: green. Hex color #064002 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064002 is #F9BFFD. Grayscale: #272727. Windows color (decimal): -16367614 or 147462. OLE color: 147462.

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

Color convert

RGB 6 64 2 -
CMYK 0.91 0 0.97 0.75
HSL 116.13º 0.94% 0.13% -
HSV(B) 116.13º 0.97% 0.25% -
XYZ 1.92 3.71 0.67 -
YUV 39.59 106.78 104.04 -
System Red Green Blue C M Y K H S L
Decimal 6 64 2 0.91 0 0.97 0.75 116.13 0.94 0.13
Hex 6 40 2 5B 0 61 4B 74 5E D
Octal 6 100 2 133 0 141 113 164 136 15
Binary 110 1000000 10 1011011 0 1100001 1001011 1110100 1011110 1101

Color Harmonies of #064002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064002

Black with #064002

Text Example


Text Example

White with #064002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064002; }

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

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

background-color css

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

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

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

border-color css

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

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

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