#107B05

Color #107B05 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #107B05

Tints of Green #107B05

Color information

#107B05 (or 0x107B05) is unknown color: approx Green. HEX triplet: 10, 7B and 05. RGB value is (16,123,5). Sum of RGB (Red+Green+Blue) = 16+123+5=144 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.11% from 144); Green value is 123 (48.44% from 255 or 85.42% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 123 - color contains mainly: green. Hex color #107B05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107B05 is #EF84FA. Grayscale: #4D4D4D. Windows color (decimal): -15697147 or 359184. OLE color: 359184.

HSL color Cylindrical-coordinate representation of color #107B05: hue angle of 114.41º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #107B05 is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.52.

Color convert

RGB161235-
CMYK0.8700.960.52
HSL114.41º92.19%25.1%-
HSV(B)114.41º95.93%48.24%-
XYZ7.3214.292.52-
YUV77.5587.0584.09-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.11%
GREEN value IS 123 (48.44% from 255) = 85.42%
BLUE value IS 5 (2.34% from 255) = 3.47%
R=11.11%
G=85.42%
B=3.47%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1612350.8700.960.52114.4192.1925.1
Hex107B55706034725c19
Octal20173512701406416213431
Binary1000011110111011010111011000001101001110010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #107B05; }

 p { color: rgb(16,123,5); }

 H1.HeaderClassName
 {
   color: #107B05;
 }
 .AnyTagClassName
 {
   color: #107B05;
 }
</style>
background-color css

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

 a { background-color: rgb(16,123,5); }

 div.DivClassName
 {
   background-color: #107B05;
 }
 .BgClassName
 {
   background-color: #107B05;
 }
</style>
border-color css

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

 span { border-color: rgb(16,123,5); }

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