Html Css Color HEX #107014 Green

📋 copy color: '#107014'

red 16 ◦ green 112 ◦ blue 20

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

Shades of Green #107014

Tints of Green #107014

RGB

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

 GREEN value IS 112 (44.14% from 255) = 75.68%

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

R = 10.81%
G = 75.68%
B = 13.51%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#107014 (or 0x107014) is known color: Green. HEX triplet: 10, 70 and 14. RGB value is (16,112,20). Sum of RGB (Red+Green+Blue) = 16+112+20=148 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.81% from 148); Green value is 112 (44.14% from 255 or 75.68% from 148); Blue value is 20 (8.20% from 255 or 13.51% from 148); Max value from RGB is 112 - color contains mainly: green. Hex color #107014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107014 is #EF8FEB. Grayscale: #494949. Windows color (decimal): -15699948 or 1339408. OLE color: 1339408.

HSL color Cylindrical-coordinate representation of color #107014: hue angle of 122.5º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #107014 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 112 20 -
CMYK 0.86 0 0.82 0.56
HSL 122.5º 0.75% 0.25% -
HSV(B) 122.5º 0.86% 0.44% -
XYZ 6.13 11.75 2.61 -
YUV 72.81 98.2 87.48 -
System Red Green Blue C M Y K H S L
Decimal 16 112 20 0.86 0 0.82 0.56 122.5 0.75 0.25
Hex 10 70 14 56 0 52 38 7B 4B 19
Octal 20 160 24 126 0 122 70 173 113 31
Binary 10000 1110000 10100 1010110 0 1010010 111000 1111011 1001011 11001

Color Harmonies of #107014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107014

Black with #107014

Text Example


Text Example

White with #107014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107014; }

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

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

background-color css

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

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

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

border-color css

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

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

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