#107B06

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

Shades of Green #107B06

Tints of Green #107B06

Color information

#107B06 (or 0x107B06) is unknown color: approx Green. HEX triplet: 10, 7B and 06. RGB value is (16,123,6). Sum of RGB (Red+Green+Blue) = 16+123+6=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 123 (48.44% from 255 or 84.83% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 123 - color contains mainly: green. Hex color #107B06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #107B06 is #EF84F9. Grayscale: #4E4E4E. Windows color (decimal): -15697146 or 424720. OLE color: 424720.

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

Color convert

RGB161236-
CMYK0.8700.950.52
HSL114.87º90.7%25.29%-
HSV(B)114.87º95.12%48.24%-
XYZ7.3314.292.54-
YUV77.6787.5584.01-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.03%
GREEN value IS 123 (48.44% from 255) = 84.83%
BLUE value IS 6 (2.73% from 255) = 4.14%
R=11.03%
G=84.83%
B=4.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1612360.8700.950.52114.8790.725.29
Hex107B65705F34735b19
Octal20173612701376416313331
Binary1000011110111101010111010111111101001110011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #107B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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