Html Css Color HEX #065212 Myrtle

📋 copy color: '#065212'

red 6 ◦ green 82 ◦ blue 18

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

Shades of Myrtle #065212

Tints of Myrtle #065212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 16.98%

R = 5.66%
G = 77.36%
B = 16.98%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#065212 (or 0x065212) is known color: Myrtle. HEX triplet: 06, 52 and 12. RGB value is (6,82,18). Sum of RGB (Red+Green+Blue) = 6+82+18=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 82 (32.42% from 255 or 77.36% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 82 - color contains mainly: green. Hex color #065212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065212 is #F9ADED. Grayscale: #343434. Windows color (decimal): -16362990 or 1200646. OLE color: 1200646.

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

Color convert

RGB 6 82 18 -
CMYK 0.93 0 0.78 0.68
HSL 129.47º 0.86% 0.17% -
HSV(B) 129.47º 0.93% 0.32% -
XYZ 3.2 6.12 1.58 -
YUV 51.98 108.82 95.2 -
System Red Green Blue C M Y K H S L
Decimal 6 82 18 0.93 0 0.78 0.68 129.47 0.86 0.17
Hex 6 52 12 5D 0 4E 44 81 56 11
Octal 6 122 22 135 0 116 104 201 126 21
Binary 110 1010010 10010 1011101 0 1001110 1000100 10000001 1010110 10001

Color Harmonies of #065212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065212

Black with #065212

Text Example


Text Example

White with #065212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065212; }

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

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

background-color css

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

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

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

border-color css

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

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

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