Html Css Color HEX #107501 Green

📋 copy color: '#107501'

red 16 ◦ green 117 ◦ blue 1

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

Shades of Green #107501

Tints of Green #107501

RGB

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

 GREEN value IS 117 (46.09% from 255) = 87.31%

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

R = 11.94%
G = 87.31%
B = 0.75%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#107501 (or 0x107501) is known color: Green. HEX triplet: 10, 75 and 01. RGB value is (16,117,1). Sum of RGB (Red+Green+Blue) = 16+117+1=134 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.94% from 134); Green value is 117 (46.09% from 255 or 87.31% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 117 - color contains mainly: green. Hex color #107501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107501 is #EF8AFE. Grayscale: #494949. Windows color (decimal): -15698687 or 95504. OLE color: 95504.

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

Color convert

RGB 16 117 1 -
CMYK 0.86 0 0.99 0.54
HSL 112.24º 0.98% 0.23% -
HSV(B) 112.24º 0.99% 0.46% -
XYZ 6.58 12.83 2.16 -
YUV 73.58 87.04 86.93 -
System Red Green Blue C M Y K H S L
Decimal 16 117 1 0.86 0 0.99 0.54 112.24 0.98 0.23
Hex 10 75 1 56 0 63 36 70 62 17
Octal 20 165 1 126 0 143 66 160 142 27
Binary 10000 1110101 1 1010110 0 1100011 110110 1110000 1100010 10111

Color Harmonies of #107501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #107501

Black with #107501

Text Example


Text Example

White with #107501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #107501; }

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

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

background-color css

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

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

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

border-color css

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

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

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