Html Css Color HEX #064C0B Myrtle

📋 copy color: '#064C0B'

red 6 ◦ green 76 ◦ blue 11

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

Shades of Myrtle #064C0B

Tints of Myrtle #064C0B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 81.72%

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

R = 6.45%
G = 81.72%
B = 11.83%

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

#064C0B (or 0x064C0B) is known color: Myrtle. HEX triplet: 06, 4C and 0B. RGB value is (6,76,11). Sum of RGB (Red+Green+Blue) = 6+76+11=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 76 (30.08% from 255 or 81.72% from 93); Blue value is 11 (4.69% from 255 or 11.83% from 93); Max value from RGB is 76 - color contains mainly: green. Hex color #064C0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064C0B is #F9B3F4. Grayscale: #2F2F2F. Windows color (decimal): -16364533 or 740358. OLE color: 740358.

HSL color Cylindrical-coordinate representation of color #064C0B: hue angle of 124.29º degrees, saturation: 0.85, 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 #064C0B is Cyan = 0.92, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 76 11 -
CMYK 0.92 0 0.86 0.70
HSL 124.29º 0.85% 0.16% -
HSV(B) 124.29º 0.92% 0.3% -
XYZ 2.72 5.23 1.18 -
YUV 47.66 107.31 98.29 -
System Red Green Blue C M Y K H S L
Decimal 6 76 11 0.92 0 0.86 0.70 124.29 0.85 0.16
Hex 6 4C B 5C 0 56 46 7C 55 10
Octal 6 114 13 134 0 126 106 174 125 20
Binary 110 1001100 1011 1011100 0 1010110 1000110 1111100 1010101 10000

Color Harmonies of #064C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064C0B

Black with #064C0B

Text Example


Text Example

White with #064C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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