Html Css Color HEX #064E0D Myrtle

📋 copy color: '#064E0D'

red 6 ◦ green 78 ◦ blue 13

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

Shades of Myrtle #064E0D

Tints of Myrtle #064E0D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 80.41%

 BLUE value IS 13 (5.47% from 255) = 13.4%

R = 6.19%
G = 80.41%
B = 13.4%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.83

 K value IS 0.69

RGB Variations

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

Color information

#064E0D (or 0x064E0D) is known color: Myrtle. HEX triplet: 06, 4E and 0D. RGB value is (6,78,13). Sum of RGB (Red+Green+Blue) = 6+78+13=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 78 (30.86% from 255 or 80.41% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 78 - color contains mainly: green. Hex color #064E0D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064E0D is #F9B1F2. Grayscale: #313131. Windows color (decimal): -16364019 or 871942. OLE color: 871942.

HSL color Cylindrical-coordinate representation of color #064E0D: hue angle of 125.83º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064E0D is Cyan = 0.92, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.69.

Color convert

RGB 6 78 13 -
CMYK 0.92 0 0.83 0.69
HSL 125.83º 0.86% 0.16% -
HSV(B) 125.83º 0.92% 0.31% -
XYZ 2.87 5.52 1.29 -
YUV 49.06 107.65 97.29 -
System Red Green Blue C M Y K H S L
Decimal 6 78 13 0.92 0 0.83 0.69 125.83 0.86 0.16
Hex 6 4E D 5C 0 53 45 7E 56 10
Octal 6 116 15 134 0 123 105 176 126 20
Binary 110 1001110 1101 1011100 0 1010011 1000101 1111110 1010110 10000

Color Harmonies of #064E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064E0D

Black with #064E0D

Text Example


Text Example

White with #064E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064E0D; }

 p { color: rgb(6,78,13); }

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

background-color css

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

 a { background-color: rgb(6,78,13); }

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

border-color css

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

 span { border-color: rgb(6,78,13); }

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