Html Css Color HEX #106113 Myrtle

📋 copy color: '#106113'

red 16 ◦ green 97 ◦ blue 19

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

Shades of Myrtle #106113

Tints of Myrtle #106113

RGB

 RED value IS 16 (6.64% from 255) = 12.12%

 GREEN value IS 97 (38.28% from 255) = 73.48%

 BLUE value IS 19 (7.81% from 255) = 14.39%

R = 12.12%
G = 73.48%
B = 14.39%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.80

 K value IS 0.62

RGB Variations

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

Color information

#106113 (or 0x106113) is known color: Myrtle. HEX triplet: 10, 61 and 13. RGB value is (16,97,19). Sum of RGB (Red+Green+Blue) = 16+97+19=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 97 (38.28% from 255 or 73.48% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 97 - color contains mainly: green. Hex color #106113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106113 is #EF9EEC. Grayscale: #404040. Windows color (decimal): -15703789 or 1270032. OLE color: 1270032.

HSL color Cylindrical-coordinate representation of color #106113: hue angle of 122.22º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106113 is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 97 19 -
CMYK 0.84 0 0.80 0.62
HSL 122.22º 0.72% 0.22% -
HSV(B) 122.22º 0.84% 0.38% -
XYZ 4.61 8.71 2.05 -
YUV 63.89 102.66 93.84 -
System Red Green Blue C M Y K H S L
Decimal 16 97 19 0.84 0 0.80 0.62 122.22 0.72 0.22
Hex 10 61 13 54 0 50 3E 7A 48 16
Octal 20 141 23 124 0 120 76 172 110 26
Binary 10000 1100001 10011 1010100 0 1010000 111110 1111010 1001000 10110

Color Harmonies of #106113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106113

Black with #106113

Text Example


Text Example

White with #106113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106113; }

 p { color: rgb(16,97,19); }

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

background-color css

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

 a { background-color: rgb(16,97,19); }

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

border-color css

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

 span { border-color: rgb(16,97,19); }

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