Html Css Color HEX #116700 Green

📋 copy color: '#116700'

red 17 ◦ green 103 ◦ blue 0

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

Shades of Green #116700

Tints of Green #116700

RGB

 RED value IS 17 (7.03% from 255) = 14.17%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 14.17%
G = 85.83%
B = 0%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#116700 (or 0x116700) is known color: Green. HEX triplet: 11, 67 and 00. RGB value is (17,103,0). Sum of RGB (Red+Green+Blue) = 17+103+0=120 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.17% from 120); Green value is 103 (40.62% from 255 or 85.83% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 103 - color contains mainly: green. Hex color #116700 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #116700 is #EE98FF. Grayscale: #414141. Windows color (decimal): -15636736 or 26385. OLE color: 26385.

HSL color Cylindrical-coordinate representation of color #116700: hue angle of 110.1º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #116700 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB 17 103 0 -
CMYK 0.83 0 1 0.60
HSL 110.1º 1% 0.2% -
HSV(B) 110.1º 1% 0.4% -
XYZ 5.08 9.82 1.63 -
YUV 65.54 91.01 93.38 -
System Red Green Blue C M Y K H S L
Decimal 17 103 0 0.83 0 1 0.60 110.1 1 0.2
Hex 11 67 0 53 0 64 3C 6E 64 14
Octal 21 147 0 123 0 144 74 156 144 24
Binary 10001 1100111 0 1010011 0 1100100 111100 1101110 1100100 10100

Color Harmonies of #116700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116700

Black with #116700

Text Example


Text Example

White with #116700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116700; }

 p { color: rgb(17,103,0); }

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

background-color css

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

 a { background-color: rgb(17,103,0); }

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

border-color css

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

 span { border-color: rgb(17,103,0); }

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