Html Css Color HEX #06500F Myrtle

📋 copy color: '#06500F'

red 6 ◦ green 80 ◦ blue 15

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

Shades of Myrtle #06500F

Tints of Myrtle #06500F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 79.21%

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

R = 5.94%
G = 79.21%
B = 14.85%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.81

 K value IS 0.69

RGB Variations

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

Color information

#06500F (or 0x06500F) is known color: Myrtle. HEX triplet: 06, 50 and 0F. RGB value is (6,80,15). Sum of RGB (Red+Green+Blue) = 6+80+15=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 80 (31.64% from 255 or 79.21% from 101); Blue value is 15 (6.25% from 255 or 14.85% from 101); Max value from RGB is 80 - color contains mainly: green. Hex color #06500F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #06500F is #F9AFF0. Grayscale: #323232. Windows color (decimal): -16363505 or 1003526. OLE color: 1003526.

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

Color convert

RGB 6 80 15 -
CMYK 0.92 0 0.81 0.69
HSL 127.3º 0.86% 0.17% -
HSV(B) 127.3º 0.93% 0.31% -
XYZ 3.03 5.81 1.41 -
YUV 50.46 107.98 96.29 -
System Red Green Blue C M Y K H S L
Decimal 6 80 15 0.92 0 0.81 0.69 127.3 0.86 0.17
Hex 6 50 F 5C 0 51 45 7F 56 11
Octal 6 120 17 134 0 121 105 177 126 21
Binary 110 1010000 1111 1011100 0 1010001 1000101 1111111 1010110 10001

Color Harmonies of #06500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06500F

Black with #06500F

Text Example


Text Example

White with #06500F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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