Html Css Color HEX #064C10 Myrtle

📋 copy color: '#064C10'

red 6 ◦ green 76 ◦ blue 16

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

Shades of Myrtle #064C10

Tints of Myrtle #064C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 16.33%

R = 6.12%
G = 77.55%
B = 16.33%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.79

 K value IS 0.70

RGB Variations

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

Color information

#064C10 (or 0x064C10) is known color: Myrtle. HEX triplet: 06, 4C and 10. RGB value is (6,76,16). Sum of RGB (Red+Green+Blue) = 6+76+16=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 76 (30.08% from 255 or 77.55% from 98); Blue value is 16 (6.64% from 255 or 16.33% from 98); Max value from RGB is 76 - color contains mainly: green. Hex color #064C10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064C10 is #F9B3EF. Grayscale: #303030. Windows color (decimal): -16364528 or 1068038. OLE color: 1068038.

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

Color convert

RGB 6 76 16 -
CMYK 0.92 0 0.79 0.70
HSL 128.57º 0.85% 0.16% -
HSV(B) 128.57º 0.92% 0.3% -
XYZ 2.75 5.25 1.36 -
YUV 48.23 109.81 97.88 -
System Red Green Blue C M Y K H S L
Decimal 6 76 16 0.92 0 0.79 0.70 128.57 0.85 0.16
Hex 6 4C 10 5C 0 4F 46 81 55 10
Octal 6 114 20 134 0 117 106 201 125 20
Binary 110 1001100 10000 1011100 0 1001111 1000110 10000001 1010101 10000

Color Harmonies of #064C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064C10

Black with #064C10

Text Example


Text Example

White with #064C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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