Html Css Color HEX #107301 Green

📋 copy color: '#107301'

red 16 ◦ green 115 ◦ blue 1

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

Shades of Green #107301

Tints of Green #107301

RGB

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

 GREEN value IS 115 (45.31% from 255) = 87.12%

 BLUE value IS 1 (0.78% from 255) = 0.76%

R = 12.12%
G = 87.12%
B = 0.76%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#107301 (or 0x107301) is known color: Green. HEX triplet: 10, 73 and 01. RGB value is (16,115,1). Sum of RGB (Red+Green+Blue) = 16+115+1=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 115 (45.31% from 255 or 87.12% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 115 - color contains mainly: green. Hex color #107301 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107301 is #EF8CFE. Grayscale: #484848. Windows color (decimal): -15699199 or 94992. OLE color: 94992.

HSL color Cylindrical-coordinate representation of color #107301: hue angle of 112.11º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #107301 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 115 1 -
CMYK 0.86 0 0.99 0.55
HSL 112.11º 0.98% 0.23% -
HSV(B) 112.11º 0.99% 0.45% -
XYZ 6.35 12.37 2.08 -
YUV 72.4 87.7 87.77 -
System Red Green Blue C M Y K H S L
Decimal 16 115 1 0.86 0 0.99 0.55 112.11 0.98 0.23
Hex 10 73 1 56 0 63 37 70 62 17
Octal 20 163 1 126 0 143 67 160 142 27
Binary 10000 1110011 1 1010110 0 1100011 110111 1110000 1100010 10111

Color Harmonies of #107301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107301

Black with #107301

Text Example


Text Example

White with #107301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107301; }

 p { color: rgb(16,115,1); }

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

background-color css

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

 a { background-color: rgb(16,115,1); }

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

border-color css

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

 span { border-color: rgb(16,115,1); }

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