Html Css Color HEX #064600 Myrtle

📋 copy color: '#064600'

red 6 ◦ green 70 ◦ blue 0

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

Shades of Myrtle #064600

Tints of Myrtle #064600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 92.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 7.89%
G = 92.11%
B = 0%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#064600 (or 0x064600) is known color: Myrtle. HEX triplet: 06, 46 and 00. RGB value is (6,70,0). Sum of RGB (Red+Green+Blue) = 6+70+0=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 70 (27.73% from 255 or 92.11% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 70 - color contains mainly: green. Hex color #064600 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064600 is #F9B9FF. Grayscale: #2B2B2B. Windows color (decimal): -16366080 or 17926. OLE color: 17926.

HSL color Cylindrical-coordinate representation of color #064600: hue angle of 114.86º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #064600 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 6 70 0 -
CMYK 0.91 0 1 0.73
HSL 114.86º 1% 0.14% -
HSV(B) 114.86º 1% 0.27% -
XYZ 2.27 4.42 0.73 -
YUV 42.88 103.8 101.69 -
System Red Green Blue C M Y K H S L
Decimal 6 70 0 0.91 0 1 0.73 114.86 1 0.14
Hex 6 46 0 5B 0 64 49 73 64 E
Octal 6 106 0 133 0 144 111 163 144 16
Binary 110 1000110 0 1011011 0 1100100 1001001 1110011 1100100 1110

Color Harmonies of #064600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064600

Black with #064600

Text Example


Text Example

White with #064600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064600; }

 p { color: rgb(6,70,0); }

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

background-color css

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

 a { background-color: rgb(6,70,0); }

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

border-color css

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

 span { border-color: rgb(6,70,0); }

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