Html Css Color HEX #106716 Green

📋 copy color: '#106716'

red 16 ◦ green 103 ◦ blue 22

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

Shades of Green #106716

Tints of Green #106716

RGB

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

 GREEN value IS 103 (40.63% from 255) = 73.05%

 BLUE value IS 22 (8.98% from 255) = 15.6%

R = 11.35%
G = 73.05%
B = 15.6%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.79

 K value IS 0.60

RGB Variations

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

Color information

#106716 (or 0x106716) is known color: Green. HEX triplet: 10, 67 and 16. RGB value is (16,103,22). Sum of RGB (Red+Green+Blue) = 16+103+22=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 103 (40.62% from 255 or 73.05% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 103 - color contains mainly: green. Hex color #106716 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106716 is #EF98E9. Grayscale: #434343. Windows color (decimal): -15702250 or 1468176. OLE color: 1468176.

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

Color convert

RGB 16 103 22 -
CMYK 0.84 0 0.79 0.60
HSL 124.14º 0.73% 0.23% -
HSV(B) 124.14º 0.84% 0.4% -
XYZ 5.21 9.87 2.39 -
YUV 67.75 102.18 91.09 -
System Red Green Blue C M Y K H S L
Decimal 16 103 22 0.84 0 0.79 0.60 124.14 0.73 0.23
Hex 10 67 16 54 0 4F 3C 7C 49 17
Octal 20 147 26 124 0 117 74 174 111 27
Binary 10000 1100111 10110 1010100 0 1001111 111100 1111100 1001001 10111

Color Harmonies of #106716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106716

Black with #106716

Text Example


Text Example

White with #106716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106716; }

 p { color: rgb(16,103,22); }

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

background-color css

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

 a { background-color: rgb(16,103,22); }

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

border-color css

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

 span { border-color: rgb(16,103,22); }

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