Html Css Color HEX #106614 Green

📋 copy color: '#106614'

red 16 ◦ green 102 ◦ blue 20

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

Shades of Green #106614

Tints of Green #106614

RGB

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

 GREEN value IS 102 (40.23% from 255) = 73.91%

 BLUE value IS 20 (8.2% from 255) = 14.49%

R = 11.59%
G = 73.91%
B = 14.49%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.80

 K value IS 0.6

RGB Variations

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

Color information

#106614 (or 0x106614) is known color: Green. HEX triplet: 10, 66 and 14. RGB value is (16,102,20). Sum of RGB (Red+Green+Blue) = 16+102+20=138 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.59% from 138); Green value is 102 (40.23% from 255 or 73.91% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 102 - color contains mainly: green. Hex color #106614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106614 is #EF99EB. Grayscale: #434343. Windows color (decimal): -15702508 or 1336848. OLE color: 1336848.

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

Color convert

RGB 16 102 20 -
CMYK 0.84 0 0.80 0.6
HSL 122.79º 0.73% 0.23% -
HSV(B) 122.79º 0.84% 0.4% -
XYZ 5.09 9.66 2.26 -
YUV 66.94 101.51 91.67 -
System Red Green Blue C M Y K H S L
Decimal 16 102 20 0.84 0 0.80 0.6 122.79 0.73 0.23
Hex 10 66 14 54 0 50 3C 7B 49 17
Octal 20 146 24 124 0 120 74 173 111 27
Binary 10000 1100110 10100 1010100 0 1010000 111100 1111011 1001001 10111

Color Harmonies of #106614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106614

Black with #106614

Text Example


Text Example

White with #106614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106614; }

 p { color: rgb(16,102,20); }

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

background-color css

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

 a { background-color: rgb(16,102,20); }

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

border-color css

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

 span { border-color: rgb(16,102,20); }

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