Html Css Color HEX #064F0B Myrtle

📋 copy color: '#064F0B'

red 6 ◦ green 79 ◦ blue 11

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

Shades of Myrtle #064F0B

Tints of Myrtle #064F0B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 82.29%

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

R = 6.25%
G = 82.29%
B = 11.46%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.86

 K value IS 0.69

RGB Variations

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

Color information

#064F0B (or 0x064F0B) is known color: Myrtle. HEX triplet: 06, 4F and 0B. RGB value is (6,79,11). Sum of RGB (Red+Green+Blue) = 6+79+11=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 79 (31.25% from 255 or 82.29% from 96); Blue value is 11 (4.69% from 255 or 11.46% from 96); Max value from RGB is 79 - color contains mainly: green. Hex color #064F0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #064F0B is #F9B0F4. Grayscale: #313131. Windows color (decimal): -16363765 or 741126. OLE color: 741126.

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

Color convert

RGB 6 79 11 -
CMYK 0.92 0 0.86 0.69
HSL 124.11º 0.86% 0.17% -
HSV(B) 124.11º 0.92% 0.31% -
XYZ 2.93 5.65 1.25 -
YUV 49.42 106.32 97.03 -
System Red Green Blue C M Y K H S L
Decimal 6 79 11 0.92 0 0.86 0.69 124.11 0.86 0.17
Hex 6 4F B 5C 0 56 45 7C 56 11
Octal 6 117 13 134 0 126 105 174 126 21
Binary 110 1001111 1011 1011100 0 1010110 1000101 1111100 1010110 10001

Color Harmonies of #064F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064F0B

Black with #064F0B

Text Example


Text Example

White with #064F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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