Html Css Color HEX #064800 Myrtle

📋 copy color: '#064800'

red 6 ◦ green 72 ◦ blue 0

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

Shades of Myrtle #064800

Tints of Myrtle #064800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 92.31%

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

R = 7.69%
G = 92.31%
B = 0%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#064800 (or 0x064800) is known color: Myrtle. HEX triplet: 06, 48 and 00. RGB value is (6,72,0). Sum of RGB (Red+Green+Blue) = 6+72+0=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 72 (28.52% from 255 or 92.31% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 72 - color contains mainly: green. Hex color #064800 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064800 is #F9B7FF. Grayscale: #2C2C2C. Windows color (decimal): -16365568 or 18438. OLE color: 18438.

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

Color convert

RGB 6 72 0 -
CMYK 0.92 0 1 0.72
HSL 115º 1% 0.14% -
HSV(B) 115º 1% 0.28% -
XYZ 2.39 4.67 0.78 -
YUV 44.06 103.13 100.85 -
System Red Green Blue C M Y K H S L
Decimal 6 72 0 0.92 0 1 0.72 115 1 0.14
Hex 6 48 0 5C 0 64 48 73 64 E
Octal 6 110 0 134 0 144 110 163 144 16
Binary 110 1001000 0 1011100 0 1100100 1001000 1110011 1100100 1110

Color Harmonies of #064800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064800

Black with #064800

Text Example


Text Example

White with #064800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064800; }

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

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

background-color css

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

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

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

border-color css

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

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

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