Html Css Color HEX #064102 Myrtle

📋 copy color: '#064102'

red 6 ◦ green 65 ◦ blue 2

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

Shades of Myrtle #064102

Tints of Myrtle #064102

RGB

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

 GREEN value IS 65 (25.78% from 255) = 89.04%

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

R = 8.22%
G = 89.04%
B = 2.74%

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

#064102 (or 0x064102) is known color: Myrtle. HEX triplet: 06, 41 and 02. RGB value is (6,65,2). Sum of RGB (Red+Green+Blue) = 6+65+2=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 65 (25.78% from 255 or 89.04% from 73); Blue value is 2 (1.17% from 255 or 2.74% from 73); Max value from RGB is 65 - color contains mainly: green. Hex color #064102 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064102 is #F9BEFD. Grayscale: #282828. Windows color (decimal): -16367358 or 147718. OLE color: 147718.

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

Color convert

RGB 6 65 2 -
CMYK 0.91 0 0.97 0.75
HSL 116.19º 0.94% 0.13% -
HSV(B) 116.19º 0.97% 0.25% -
XYZ 1.98 3.82 0.69 -
YUV 40.18 106.45 103.62 -
System Red Green Blue C M Y K H S L
Decimal 6 65 2 0.91 0 0.97 0.75 116.19 0.94 0.13
Hex 6 41 2 5B 0 61 4B 74 5E D
Octal 6 101 2 133 0 141 113 164 136 15
Binary 110 1000001 10 1011011 0 1100001 1001011 1110100 1011110 1101

Color Harmonies of #064102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064102

Black with #064102

Text Example


Text Example

White with #064102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064102; }

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

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

background-color css

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

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

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

border-color css

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

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

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