Html Css Color HEX #06540F Myrtle

📋 copy color: '#06540F'

red 6 ◦ green 84 ◦ blue 15

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

Shades of Myrtle #06540F

Tints of Myrtle #06540F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 80%

 BLUE value IS 15 (6.25% from 255) = 14.29%

R = 5.71%
G = 80%
B = 14.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#06540F (or 0x06540F) is known color: Myrtle. HEX triplet: 06, 54 and 0F. RGB value is (6,84,15). Sum of RGB (Red+Green+Blue) = 6+84+15=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 84 (33.20% from 255 or 80% from 105); Blue value is 15 (6.25% from 255 or 14.29% from 105); Max value from RGB is 84 - color contains mainly: green. Hex color #06540F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06540F is #F9ABF0. Grayscale: #353535. Windows color (decimal): -16362481 or 1004550. OLE color: 1004550.

HSL color Cylindrical-coordinate representation of color #06540F: hue angle of 126.92º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06540F is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 84 15 -
CMYK 0.93 0 0.82 0.67
HSL 126.92º 0.87% 0.18% -
HSV(B) 126.92º 0.93% 0.33% -
XYZ 3.33 6.41 1.51 -
YUV 52.81 106.66 94.61 -
System Red Green Blue C M Y K H S L
Decimal 6 84 15 0.93 0 0.82 0.67 126.92 0.87 0.18
Hex 6 54 F 5D 0 52 43 7F 57 12
Octal 6 124 17 135 0 122 103 177 127 22
Binary 110 1010100 1111 1011101 0 1010010 1000011 1111111 1010111 10010

Color Harmonies of #06540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06540F

Black with #06540F

Text Example


Text Example

White with #06540F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06540F; }

 p { color: rgb(6,84,15); }

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

background-color css

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

 a { background-color: rgb(6,84,15); }

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

border-color css

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

 span { border-color: rgb(6,84,15); }

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