Html Css Color HEX #064008 Myrtle

📋 copy color: '#064008'

red 6 ◦ green 64 ◦ blue 8

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

Shades of Myrtle #064008

Tints of Myrtle #064008

RGB

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

 GREEN value IS 64 (25.39% from 255) = 82.05%

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

R = 7.69%
G = 82.05%
B = 10.26%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.87

 K value IS 0.75

RGB Variations

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

Color information

#064008 (or 0x064008) is known color: Myrtle. HEX triplet: 06, 40 and 08. RGB value is (6,64,8). Sum of RGB (Red+Green+Blue) = 6+64+8=78 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.69% from 78); Green value is 64 (25.39% from 255 or 82.05% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 64 - color contains mainly: green. Hex color #064008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #064008 is #F9BFF7. Grayscale: #282828. Windows color (decimal): -16367608 or 540678. OLE color: 540678.

HSL color Cylindrical-coordinate representation of color #064008: hue angle of 122.07º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064008 is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 64 8 -
CMYK 0.91 0 0.87 0.75
HSL 122.07º 0.83% 0.14% -
HSV(B) 122.07º 0.91% 0.25% -
XYZ 1.95 3.72 0.85 -
YUV 40.27 109.78 103.55 -
System Red Green Blue C M Y K H S L
Decimal 6 64 8 0.91 0 0.87 0.75 122.07 0.83 0.14
Hex 6 40 8 5B 0 57 4B 7A 53 E
Octal 6 100 10 133 0 127 113 172 123 16
Binary 110 1000000 1000 1011011 0 1010111 1001011 1111010 1010011 1110

Color Harmonies of #064008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064008

Black with #064008

Text Example


Text Example

White with #064008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064008; }

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

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

background-color css

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

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

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

border-color css

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

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

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