Html Css Color HEX #065312 Myrtle

📋 copy color: '#065312'

red 6 ◦ green 83 ◦ blue 18

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

Shades of Myrtle #065312

Tints of Myrtle #065312

RGB

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

 GREEN value IS 83 (32.81% from 255) = 77.57%

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

R = 5.61%
G = 77.57%
B = 16.82%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#065312 (or 0x065312) is known color: Myrtle. HEX triplet: 06, 53 and 12. RGB value is (6,83,18). Sum of RGB (Red+Green+Blue) = 6+83+18=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 83 (32.81% from 255 or 77.57% from 107); Blue value is 18 (7.42% from 255 or 16.82% from 107); Max value from RGB is 83 - color contains mainly: green. Hex color #065312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #065312 is #F9ACED. Grayscale: #343434. Windows color (decimal): -16362734 or 1200902. OLE color: 1200902.

HSL color Cylindrical-coordinate representation of color #065312: hue angle of 129.35º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065312 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 6 83 18 -
CMYK 0.93 0 0.78 0.67
HSL 129.35º 0.87% 0.17% -
HSV(B) 129.35º 0.93% 0.33% -
XYZ 3.28 6.27 1.61 -
YUV 52.57 108.49 94.79 -
System Red Green Blue C M Y K H S L
Decimal 6 83 18 0.93 0 0.78 0.67 129.35 0.87 0.17
Hex 6 53 12 5D 0 4E 43 81 57 11
Octal 6 123 22 135 0 116 103 201 127 21
Binary 110 1010011 10010 1011101 0 1001110 1000011 10000001 1010111 10001

Color Harmonies of #065312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #065312

Black with #065312

Text Example


Text Example

White with #065312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #065312; }

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

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

background-color css

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

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

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

border-color css

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

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

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