Html Css Color HEX #065210 Myrtle

📋 copy color: '#065210'

red 6 ◦ green 82 ◦ blue 16

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

Shades of Myrtle #065210

Tints of Myrtle #065210

RGB

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

 GREEN value IS 82 (32.42% from 255) = 78.85%

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

R = 5.77%
G = 78.85%
B = 15.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#065210 (or 0x065210) is known color: Myrtle. HEX triplet: 06, 52 and 10. RGB value is (6,82,16). Sum of RGB (Red+Green+Blue) = 6+82+16=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 82 (32.42% from 255 or 78.85% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 82 - color contains mainly: green. Hex color #065210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065210 is #F9ADEF. Grayscale: #333333. Windows color (decimal): -16362992 or 1069574. OLE color: 1069574.

HSL color Cylindrical-coordinate representation of color #065210: hue angle of 127.89º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065210 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 6 82 16 -
CMYK 0.93 0 0.80 0.68
HSL 127.89º 0.86% 0.17% -
HSV(B) 127.89º 0.93% 0.32% -
XYZ 3.19 6.11 1.5 -
YUV 51.75 107.82 95.37 -
System Red Green Blue C M Y K H S L
Decimal 6 82 16 0.93 0 0.80 0.68 127.89 0.86 0.17
Hex 6 52 10 5D 0 50 44 80 56 11
Octal 6 122 20 135 0 120 104 200 126 21
Binary 110 1010010 10000 1011101 0 1010000 1000100 10000000 1010110 10001

Color Harmonies of #065210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065210

Black with #065210

Text Example


Text Example

White with #065210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065210; }

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

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

background-color css

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

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

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

border-color css

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

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

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