Html Css Color HEX #064D0B Myrtle

📋 copy color: '#064D0B'

red 6 ◦ green 77 ◦ blue 11

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

Shades of Myrtle #064D0B

Tints of Myrtle #064D0B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 81.91%

 BLUE value IS 11 (4.69% from 255) = 11.7%

R = 6.38%
G = 81.91%
B = 11.7%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.86

 K value IS 0.70

RGB Variations

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

Color information

#064D0B (or 0x064D0B) is known color: Myrtle. HEX triplet: 06, 4D and 0B. RGB value is (6,77,11). Sum of RGB (Red+Green+Blue) = 6+77+11=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 77 (30.47% from 255 or 81.91% from 94); Blue value is 11 (4.69% from 255 or 11.70% from 94); Max value from RGB is 77 - color contains mainly: green. Hex color #064D0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064D0B is #F9B2F4. Grayscale: #303030. Windows color (decimal): -16364277 or 740614. OLE color: 740614.

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

Color convert

RGB 6 77 11 -
CMYK 0.92 0 0.86 0.70
HSL 124.23º 0.86% 0.16% -
HSV(B) 124.23º 0.92% 0.3% -
XYZ 2.79 5.37 1.21 -
YUV 48.25 106.98 97.87 -
System Red Green Blue C M Y K H S L
Decimal 6 77 11 0.92 0 0.86 0.70 124.23 0.86 0.16
Hex 6 4D B 5C 0 56 46 7C 56 10
Octal 6 115 13 134 0 126 106 174 126 20
Binary 110 1001101 1011 1011100 0 1010110 1000110 1111100 1010110 10000

Color Harmonies of #064D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064D0B

Black with #064D0B

Text Example


Text Example

White with #064D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,77,11); }

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

background-color css

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

 a { background-color: rgb(6,77,11); }

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

border-color css

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

 span { border-color: rgb(6,77,11); }

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