Html Css Color HEX #106313 Green

📋 copy color: '#106313'

red 16 ◦ green 99 ◦ blue 19

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

Shades of Green #106313

Tints of Green #106313

RGB

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

 GREEN value IS 99 (39.06% from 255) = 73.88%

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

R = 11.94%
G = 73.88%
B = 14.18%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#106313 (or 0x106313) is known color: Green. HEX triplet: 10, 63 and 13. RGB value is (16,99,19). Sum of RGB (Red+Green+Blue) = 16+99+19=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 99 (39.06% from 255 or 73.88% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 99 - color contains mainly: green. Hex color #106313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106313 is #EF9CEC. Grayscale: #414141. Windows color (decimal): -15703277 or 1270544. OLE color: 1270544.

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

Color convert

RGB 16 99 19 -
CMYK 0.84 0 0.81 0.61
HSL 122.17º 0.72% 0.23% -
HSV(B) 122.17º 0.84% 0.39% -
XYZ 4.79 9.08 2.12 -
YUV 65.06 102 93 -
System Red Green Blue C M Y K H S L
Decimal 16 99 19 0.84 0 0.81 0.61 122.17 0.72 0.23
Hex 10 63 13 54 0 51 3D 7A 48 17
Octal 20 143 23 124 0 121 75 172 110 27
Binary 10000 1100011 10011 1010100 0 1010001 111101 1111010 1001000 10111

Color Harmonies of #106313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106313

Black with #106313

Text Example


Text Example

White with #106313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106313; }

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

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

background-color css

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

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

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

border-color css

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

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

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