Html Css Color HEX #065510 Myrtle

📋 copy color: '#065510'

red 6 ◦ green 85 ◦ blue 16

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

Shades of Myrtle #065510

Tints of Myrtle #065510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 79.44%

 BLUE value IS 16 (6.64% from 255) = 14.95%

R = 5.61%
G = 79.44%
B = 14.95%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#065510 (or 0x065510) is known color: Myrtle. HEX triplet: 06, 55 and 10. RGB value is (6,85,16). Sum of RGB (Red+Green+Blue) = 6+85+16=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 85 (33.59% from 255 or 79.44% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 85 - color contains mainly: green. Hex color #065510 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065510 is #F9AAEF. Grayscale: #353535. Windows color (decimal): -16362224 or 1070342. OLE color: 1070342.

HSL color Cylindrical-coordinate representation of color #065510: hue angle of 127.59º 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 #065510 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 85 16 -
CMYK 0.93 0 0.81 0.67
HSL 127.59º 0.87% 0.18% -
HSV(B) 127.59º 0.93% 0.33% -
XYZ 3.42 6.57 1.58 -
YUV 53.51 106.83 94.11 -
System Red Green Blue C M Y K H S L
Decimal 6 85 16 0.93 0 0.81 0.67 127.59 0.87 0.18
Hex 6 55 10 5D 0 51 43 80 57 12
Octal 6 125 20 135 0 121 103 200 127 22
Binary 110 1010101 10000 1011101 0 1010001 1000011 10000000 1010111 10010

Color Harmonies of #065510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065510

Black with #065510

Text Example


Text Example

White with #065510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065510; }

 p { color: rgb(6,85,16); }

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

background-color css

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

 a { background-color: rgb(6,85,16); }

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

border-color css

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

 span { border-color: rgb(6,85,16); }

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