Html Css Color HEX #106513 Green

📋 copy color: '#106513'

red 16 ◦ green 101 ◦ blue 19

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

Shades of Green #106513

Tints of Green #106513

RGB

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

 GREEN value IS 101 (39.84% from 255) = 74.26%

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

R = 11.76%
G = 74.26%
B = 13.97%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#106513 (or 0x106513) is known color: Green. HEX triplet: 10, 65 and 13. RGB value is (16,101,19). Sum of RGB (Red+Green+Blue) = 16+101+19=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 101 (39.84% from 255 or 74.26% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 101 - color contains mainly: green. Hex color #106513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106513 is #EF9AEC. Grayscale: #424242. Windows color (decimal): -15702765 or 1271056. OLE color: 1271056.

HSL color Cylindrical-coordinate representation of color #106513: hue angle of 122.12º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106513 is Cyan = 0.84, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 16 101 19 -
CMYK 0.84 0 0.81 0.60
HSL 122.12º 0.73% 0.23% -
HSV(B) 122.12º 0.84% 0.4% -
XYZ 4.98 9.46 2.18 -
YUV 66.24 101.34 92.17 -
System Red Green Blue C M Y K H S L
Decimal 16 101 19 0.84 0 0.81 0.60 122.12 0.73 0.23
Hex 10 65 13 54 0 51 3C 7A 49 17
Octal 20 145 23 124 0 121 74 172 111 27
Binary 10000 1100101 10011 1010100 0 1010001 111100 1111010 1001001 10111

Color Harmonies of #106513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106513

Black with #106513

Text Example


Text Example

White with #106513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106513; }

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

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

background-color css

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

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

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

border-color css

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

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

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