Html Css Color HEX #106311 Green

📋 copy color: '#106311'

red 16 ◦ green 99 ◦ blue 17

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

Shades of Green #106311

Tints of Green #106311

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.88%

R = 12.12%
G = 75%
B = 12.88%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.83

 K value IS 0.61

RGB Variations

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

Color information

#106311 (or 0x106311) is known color: Green. HEX triplet: 10, 63 and 11. RGB value is (16,99,17). Sum of RGB (Red+Green+Blue) = 16+99+17=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 99 (39.06% from 255 or 75% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 99 - color contains mainly: green. Hex color #106311 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106311 is #EF9CEE. Grayscale: #414141. Windows color (decimal): -15703279 or 1139472. OLE color: 1139472.

HSL color Cylindrical-coordinate representation of color #106311: hue angle of 120.72º 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 #106311 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB 16 99 17 -
CMYK 0.84 0 0.83 0.61
HSL 120.72º 0.72% 0.23% -
HSV(B) 120.72º 0.84% 0.39% -
XYZ 4.78 9.07 2.03 -
YUV 64.84 101 93.17 -
System Red Green Blue C M Y K H S L
Decimal 16 99 17 0.84 0 0.83 0.61 120.72 0.72 0.23
Hex 10 63 11 54 0 53 3D 79 48 17
Octal 20 143 21 124 0 123 75 171 110 27
Binary 10000 1100011 10001 1010100 0 1010011 111101 1111001 1001000 10111

Color Harmonies of #106311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106311

Black with #106311

Text Example


Text Example

White with #106311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106311; }

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

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

background-color css

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

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

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

border-color css

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

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

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