Html Css Color HEX #107701 Green

📋 copy color: '#107701'

red 16 ◦ green 119 ◦ blue 1

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

Shades of Green #107701

Tints of Green #107701

RGB

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

 GREEN value IS 119 (46.88% from 255) = 87.5%

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

R = 11.76%
G = 87.5%
B = 0.74%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#107701 (or 0x107701) is known color: Green. HEX triplet: 10, 77 and 01. RGB value is (16,119,1). Sum of RGB (Red+Green+Blue) = 16+119+1=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 119 (46.88% from 255 or 87.5% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 119 - color contains mainly: green. Hex color #107701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107701 is #EF88FE. Grayscale: #4B4B4B. Windows color (decimal): -15698175 or 96016. OLE color: 96016.

HSL color Cylindrical-coordinate representation of color #107701: hue angle of 112.37º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #107701 is Cyan = 0.87, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 16 119 1 -
CMYK 0.87 0 0.99 0.53
HSL 112.37º 0.98% 0.24% -
HSV(B) 112.37º 0.99% 0.47% -
XYZ 6.82 13.31 2.24 -
YUV 74.75 86.38 86.09 -
System Red Green Blue C M Y K H S L
Decimal 16 119 1 0.87 0 0.99 0.53 112.37 0.98 0.24
Hex 10 77 1 57 0 63 35 70 62 18
Octal 20 167 1 127 0 143 65 160 142 30
Binary 10000 1110111 1 1010111 0 1100011 110101 1110000 1100010 11000

Color Harmonies of #107701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107701

Black with #107701

Text Example


Text Example

White with #107701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107701; }

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

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

background-color css

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

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

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

border-color css

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

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

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