Html Css Color HEX #065512 Myrtle

📋 copy color: '#065512'

red 6 ◦ green 85 ◦ blue 18

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

Shades of Myrtle #065512

Tints of Myrtle #065512

RGB

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

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

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

R = 5.5%
G = 77.98%
B = 16.51%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.79

 K value IS 0.67

RGB Variations

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

Color information

#065512 (or 0x065512) is known color: Myrtle. HEX triplet: 06, 55 and 12. RGB value is (6,85,18). Sum of RGB (Red+Green+Blue) = 6+85+18=109 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.50% from 109); Green value is 85 (33.59% from 255 or 77.98% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 85 - color contains mainly: green. Hex color #065512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065512 is #F9AAED. Grayscale: #353535. Windows color (decimal): -16362222 or 1201414. OLE color: 1201414.

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

Color convert

RGB 6 85 18 -
CMYK 0.93 0 0.79 0.67
HSL 129.11º 0.87% 0.18% -
HSV(B) 129.11º 0.93% 0.33% -
XYZ 3.43 6.58 1.66 -
YUV 53.74 107.83 93.95 -
System Red Green Blue C M Y K H S L
Decimal 6 85 18 0.93 0 0.79 0.67 129.11 0.87 0.18
Hex 6 55 12 5D 0 4F 43 81 57 12
Octal 6 125 22 135 0 117 103 201 127 22
Binary 110 1010101 10010 1011101 0 1001111 1000011 10000001 1010111 10010

Color Harmonies of #065512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065512

Black with #065512

Text Example


Text Example

White with #065512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065512; }

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

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

background-color css

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

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

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

border-color css

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

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

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