Html Css Color HEX #064C08 Myrtle

📋 copy color: '#064C08'

red 6 ◦ green 76 ◦ blue 8

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

Shades of Myrtle #064C08

Tints of Myrtle #064C08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 8.89%

R = 6.67%
G = 84.44%
B = 8.89%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.89

 K value IS 0.70

RGB Variations

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

Color information

#064C08 (or 0x064C08) is known color: Myrtle. HEX triplet: 06, 4C and 08. RGB value is (6,76,8). Sum of RGB (Red+Green+Blue) = 6+76+8=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 76 (30.08% from 255 or 84.44% from 90); Blue value is 8 (3.52% from 255 or 8.89% from 90); Max value from RGB is 76 - color contains mainly: green. Hex color #064C08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064C08 is #F9B3F7. Grayscale: #2F2F2F. Windows color (decimal): -16364536 or 543750. OLE color: 543750.

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

Color convert

RGB 6 76 8 -
CMYK 0.92 0 0.89 0.70
HSL 121.71º 0.85% 0.16% -
HSV(B) 121.71º 0.92% 0.3% -
XYZ 2.7 5.23 1.1 -
YUV 47.32 105.81 98.53 -
System Red Green Blue C M Y K H S L
Decimal 6 76 8 0.92 0 0.89 0.70 121.71 0.85 0.16
Hex 6 4C 8 5C 0 59 46 7A 55 10
Octal 6 114 10 134 0 131 106 172 125 20
Binary 110 1001100 1000 1011100 0 1011001 1000110 1111010 1010101 10000

Color Harmonies of #064C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064C08

Black with #064C08

Text Example


Text Example

White with #064C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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